Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-11-28 19:07:38


Author: grafik
Date: 2007-11-28 19:07:38 EST (Wed, 28 Nov 2007)
New Revision: 41448
URL: http://svn.boost.org/trac/boost/changeset/41448

Log:
Fix 'var' inside 'code' not showing the specific style.
Text files modified:
   website/public_html/beta/style/css_0/content.css | 2 +-
   1 files changed, 1 insertions(+), 1 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 2007-11-28 19:07:38 EST (Wed, 28 Nov 2007)
@@ -80,7 +80,7 @@
 /* #content .section code { } */
 /* #content .section samp { } */
 /* #content .section kbd { } */
-/* #content .section var { } */
+#content .section var { font-style: italic !important; }
 /* #content .section abbr { } */
 /* #content .section acronym { } */
 /* #content .section q { } */


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