$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53326 - website/public_html/beta/style/css_0
From: daniel_james_at_[hidden]
Date: 2009-05-27 16:46:52
Author: danieljames
Date: 2009-05-27 16:46:51 EDT (Wed, 27 May 2009)
New Revision: 53326
URL: http://svn.boost.org/trac/boost/changeset/53326
Log:
Try to deal with content overflowing in the directory element in IE6.
Text files modified:
website/public_html/beta/style/css_0/content.css | 8 ++++++++
1 files changed, 8 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 2009-05-27 16:46:51 EDT (Wed, 27 May 2009)
@@ -380,6 +380,14 @@
margin: 0em 0em 1.5em 0em;
list-style-type: none;
}
+/* Hack to give .directory hasLayout on IE6 and below.
+ * Without this the contents can spill out and mess up the layout of the
+ * page. */
+* html #content .section ul.directory,
+* html #content .section .directory
+{
+ height: 0;
+}
#content .section ul.directory li,
#content .section .directory .directory-item
{