Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-04-19 12:29:47


Author: danieljames
Date: 2008-04-19 12:29:46 EDT (Sat, 19 Apr 2008)
New Revision: 44596
URL: http://svn.boost.org/trac/boost/changeset/44596

Log:
Fix the height of the labels in the library list, so that the generated dots
can't make them grow. Refs #1735.

Text files modified:
   website/public_html/beta/style/css_0/content.css | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/style/css_0/content.css
==============================================================================
--- website/public_html/beta/style/css_0/content.css (original)
+++ website/public_html/beta/style/css_0/content.css 2008-04-19 12:29:46 EDT (Sat, 19 Apr 2008)
@@ -352,6 +352,7 @@
   margin: 0em;
   font-style: italic;
   overflow: hidden;
+ height: 1.3em;
 }
 #content .section dl.fields dt:after {
   content: ".....................................";


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