|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-05-14 17:08:31
Author: danieljames
Date: 2008-05-14 17:08:30 EDT (Wed, 14 May 2008)
New Revision: 45370
URL: http://svn.boost.org/trac/boost/changeset/45370
Log:
Fix the height of the field names, and set the line height of the values to
match. Refs #1735.
I'm not sure why it didn't occur to me to do this before. It looks okay on all
the linux browsers. I'll try some more when I get the chance and then merge it
into the live site.
Text files modified:
website/public_html/beta/style/css_0/content.css | 3 +++
1 files changed, 3 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-05-14 17:08:30 EDT (Wed, 14 May 2008)
@@ -350,6 +350,8 @@
}
#content .section dl.fields dt {
width: 7em;
+ height: 1.3em;
+ line-height: 1.3em;
float: left;
clear: left;
margin: 0em;
@@ -365,6 +367,7 @@
#content .section dl.fields dd {
margin: 0em 0em 0em 7.5em;
padding: 0em 0em 0em 0em;
+ line-height: 1.3em;
}
/* A directory, as in the index for the people. */
#content .section ul.directory,
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