Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51577 - website/public_html/beta/style/css_0
From: daniel_james_at_[hidden]
Date: 2009-03-03 13:06:24


Author: danieljames
Date: 2009-03-03 13:06:24 EST (Tue, 03 Mar 2009)
New Revision: 51577
URL: http://svn.boost.org/trac/boost/changeset/51577

Log:
Give an element hasLayout on internet explorer.

This seems to fix IE7's rendering problems.
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 2009-03-03 13:06:24 EST (Tue, 03 Mar 2009)
@@ -12,6 +12,9 @@
 /* Content sections, inside the top content section. */
 #content .section {
   margin: 0em 17.5em 0em 0em;
+
+ /* Turn on 'haslayout' in internet explorer. */
+ zoom: 1;
 }
 #content .section-0 {
   padding: 1.5em;


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