summaryrefslogtreecommitdiff
path: root/doc/src/boostbook.css
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2009-10-03 14:30:22 +0000
committerDaniel James <daniel@calamity.org.uk>2009-10-03 14:30:22 +0000
commit7b1bb6a0340abd7d01d4754769106cbc930e0276 (patch)
treec8d8d1d281bfdb7a482bad86c062c0f2c8063e39 /doc/src/boostbook.css
parent6302f9b0df52faf60f5d5126b79544403d1f14d5 (diff)
downloadboost-7b1bb6a0340abd7d01d4754769106cbc930e0276.tar.gz
Merged revisions 55484,56028,56202,56207,56328 via svnmerge from
https://svn.boost.org/svn/boost/trunk ........ r55484 | danieljames | 2009-08-09 13:36:48 +0100 (Sun, 09 Aug 2009) | 1 line Point the redirect files at the sourceforge sandbox hosting. ........ r56028 | djowel | 2009-09-05 09:21:27 +0100 (Sat, 05 Sep 2009) | 1 line Tweak for code font sizes in headers to make them more readable. ........ r56202 | danieljames | 2009-09-15 00:48:31 +0100 (Tue, 15 Sep 2009) | 1 line Add property tree to generated docs. ........ r56207 | danieljames | 2009-09-15 08:03:43 +0100 (Tue, 15 Sep 2009) | 1 line Forwarding html files for property_tree. ........ r56328 | danieljames | 2009-09-20 22:52:39 +0100 (Sun, 20 Sep 2009) | 1 line Update doc/src/boostbook.css ........ [SVN r56555]
Diffstat (limited to 'doc/src/boostbook.css')
-rw-r--r--doc/src/boostbook.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/src/boostbook.css b/doc/src/boostbook.css
index a428546c06..0a72f78143 100644
--- a/doc/src/boostbook.css
+++ b/doc/src/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
=============================================================================*/