From b3e3dae7af3242e268e84e7b40249974f469e584 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sat, 5 Sep 2009 08:21:27 +0000 Subject: [PATCH] Tweak for code font sizes in headers to make them more readable. [SVN r56028] --- doc/html/boostbook.css | 12 ++++++++---- 1 file 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 =============================================================================*/