Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72483 - trunk/doc/src
From: dnljms_at_[hidden]
Date: 2011-06-08 07:36:49


Author: danieljames
Date: 2011-06-08 07:36:49 EDT (Wed, 08 Jun 2011)
New Revision: 72483
URL: http://svn.boost.org/trac/boost/changeset/72483

Log:
Documentation: fix a css mistake in the last commit.
Text files modified:
   trunk/doc/src/boostbook.css | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/doc/src/boostbook.css
==============================================================================
--- trunk/doc/src/boostbook.css (original)
+++ trunk/doc/src/boostbook.css 2011-06-08 07:36:49 EDT (Wed, 08 Jun 2011)
@@ -73,11 +73,11 @@
     }
 
     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%; }
+ h2 { font-weight: bold; font-size: 140%; }
+ h3 { font-weight: bold; font-size: 130%; }
+ h4 { font-weight: bold; font-size: 120%; }
+ h5 { font-weight: normal; font-style: italic; font-size: 110%; }
+ h6 { font-weight: normal; font-style: italic; font-size: 100%; }
 
     /* Top page titles */
     title,


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