Boost logo

Boost-Commit :

From: fmhess_at_[hidden]
Date: 2007-09-23 22:00:18


Author: fmhess
Date: 2007-09-23 22:00:17 EDT (Sun, 23 Sep 2007)
New Revision: 39494
URL: http://svn.boost.org/trac/boost/changeset/39494

Log:
Tweaked stylesheets to allow a little more vertical space between lines of text.
Also tweaked paragraph margins to fix problems with text in paragraphs inside
table cells not lining up properly (got rid of top paragraph margin and
instead only use bottom paragraph margin to give spacing between paragraphs).

Text files modified:
   sandbox/boost_docs/trunk/doc/style/html/general.css | 3 ++-
   sandbox/boost_docs/trunk/doc/style/html/lists.css | 2 +-
   2 files changed, 3 insertions(+), 2 deletions(-)

Modified: sandbox/boost_docs/trunk/doc/style/html/general.css
==============================================================================
--- sandbox/boost_docs/trunk/doc/style/html/general.css (original)
+++ sandbox/boost_docs/trunk/doc/style/html/general.css 2007-09-23 22:00:17 EDT (Sun, 23 Sep 2007)
@@ -55,7 +55,8 @@
     {
         text-align: left;
         font-size: 10pt;
- line-height: 1.15;
+ line-height: 1.3;
+ margin: 0em 0em 0.8em 0em;
     }
 
 

Modified: sandbox/boost_docs/trunk/doc/style/html/lists.css
==============================================================================
--- sandbox/boost_docs/trunk/doc/style/html/lists.css (original)
+++ sandbox/boost_docs/trunk/doc/style/html/lists.css 2007-09-23 22:00:17 EDT (Sun, 23 Sep 2007)
@@ -60,7 +60,7 @@
         padding: 0em 2em 0em 0em;
         font-size: 10pt;
         margin: 0em 0em 0.5em 0em;
- line-height: 1;
+ line-height: 1.3;
     }
 
     /* Make the terms in definition lists bold */


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