Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72478 - trunk/doc/src
From: dnljms_at_[hidden]
Date: 2011-06-07 18:28:14


Author: danieljames
Date: 2011-06-07 18:28:14 EDT (Tue, 07 Jun 2011)
New Revision: 72478
URL: http://svn.boost.org/trac/boost/changeset/72478

Log:
Documentation: Fix some differences between different browsers.
Text files modified:
   trunk/doc/src/boostbook.css | 18 +++++++++++-------
   1 files changed, 11 insertions(+), 7 deletions(-)

Modified: trunk/doc/src/boostbook.css
==============================================================================
--- trunk/doc/src/boostbook.css (original)
+++ trunk/doc/src/boostbook.css 2011-06-07 18:28:14 EDT (Tue, 07 Jun 2011)
@@ -72,12 +72,12 @@
         font-weight: bold;
     }
 
- h1 { font: 140% }
- h2 { font: bold 140% }
- h3 { font: bold 130% }
- h4 { font: bold 120% }
- h5 { font: italic 110% }
- h6 { font: italic 100% }
+ h1 { font-size: 140%; }
+ h2 { font-style: bold; font-size: 140%; }
+ h3 { font-style: bold; font-size: 130%; }
+ h4 { font-style: bold; font-size: 120%; }
+ h5 { font-style: italic; font-size: 110%; }
+ h6 { font-style: italic; font-size: 100%; }
 
     /* Top page titles */
     title,
@@ -221,7 +221,11 @@
         
     /* Code on toc */
     .toc .computeroutput { font-size: 120% }
-
+
+ /* No margin on nested menus */
+
+ .toc dl dl { margin: 0; }
+
 /*=============================================================================
     Tables
 =============================================================================*/


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk