Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72484 - trunk/doc/src
From: dnljms_at_[hidden]
Date: 2011-06-08 08:01:24


Author: danieljames
Date: 2011-06-08 08:01:24 EDT (Wed, 08 Jun 2011)
New Revision: 72484
URL: http://svn.boost.org/trac/boost/changeset/72484

Log:
Documentation: Use the star html hack for IE

It's more verbose but it validates.

Text files modified:
   trunk/doc/src/boostbook.css | 8 +++++++-
   1 files changed, 7 insertions(+), 1 deletions(-)

Modified: trunk/doc/src/boostbook.css
==============================================================================
--- trunk/doc/src/boostbook.css (original)
+++ trunk/doc/src/boostbook.css 2011-06-08 08:01:24 EDT (Wed, 08 Jun 2011)
@@ -590,11 +590,17 @@
         height: 0;
         line-height: 1;
         vertical-align: baseline;
- _vertical-align: bottom;
         position: relative;
         
 }
 
+/* For internet explorer: */
+
+* html sup,
+* html sub {
+ vertical-align: bottom;
+}
+
 sup {
         bottom: 1ex;
 }


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