summaryrefslogtreecommitdiff
path: root/doc/html
diff options
context:
space:
mode:
authorJoel de Guzman <djowel@gmail.com>2009-09-05 08:21:27 +0000
committerJoel de Guzman <djowel@gmail.com>2009-09-05 08:21:27 +0000
commitb3e3dae7af3242e268e84e7b40249974f469e584 (patch)
tree5bdb931d34b9b5b3a44ed5013c7ac9fea2e3bc81 /doc/html
parent87ef2d1215b65fd38259f43a49fcc39a4b06f473 (diff)
downloadboost-b3e3dae7af3242e268e84e7b40249974f469e584.tar.gz
Tweak for code font sizes in headers to make them more readable.
[SVN r56028]
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/boostbook.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css
index a428546c06..0a72f78143 100644
--- a/doc/html/boostbook.css
+++ b/doc/html/boostbook.css
@@ -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
=============================================================================*/