mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Tweak for code font sizes in headers to make them more readable.
[SVN r56028]
This commit is contained in:
parent
87ef2d1215
commit
b3e3dae7af
1 changed files with 8 additions and 4 deletions
|
@ -116,9 +116,10 @@
|
|||
h1 tt.computeroutput { font-size: 140% }
|
||||
h2 tt.computeroutput { font-size: 140% }
|
||||
h3 tt.computeroutput { font-size: 130% }
|
||||
h4 tt.computeroutput { font-size: 120% }
|
||||
h5 tt.computeroutput { font-size: 110% }
|
||||
h6 tt.computeroutput { font-size: 100% }
|
||||
h4 tt.computeroutput { font-size: 130% }
|
||||
h5 tt.computeroutput { font-size: 130% }
|
||||
h6 tt.computeroutput { font-size: 130% }
|
||||
|
||||
|
||||
/*=============================================================================
|
||||
Author
|
||||
|
@ -217,7 +218,10 @@
|
|||
float: right;
|
||||
padding: 0.5pc;
|
||||
}
|
||||
|
||||
|
||||
/* Code on toc */
|
||||
.toc .computeroutput { font-size: 120% }
|
||||
|
||||
/*=============================================================================
|
||||
Tables
|
||||
=============================================================================*/
|
||||
|
|
Loading…
Add table
Reference in a new issue