$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52618 - in website/public_html/beta/style/css_0: theme_grape theme_grass
From: daniel_james_at_[hidden]
Date: 2009-04-27 02:02:00
Author: danieljames
Date: 2009-04-27 02:01:59 EDT (Mon, 27 Apr 2009)
New Revision: 52618
URL: http://svn.boost.org/trac/boost/changeset/52618
Log:
Set the text colour on the body. Fixes #2969.
Text files modified: 
   website/public_html/beta/style/css_0/theme_grape/theme.css |     1 +                                       
   website/public_html/beta/style/css_0/theme_grass/theme.css |     1 +                                       
   2 files changed, 2 insertions(+), 0 deletions(-)
Modified: website/public_html/beta/style/css_0/theme_grape/theme.css
==============================================================================
--- website/public_html/beta/style/css_0/theme_grape/theme.css	(original)
+++ website/public_html/beta/style/css_0/theme_grape/theme.css	2009-04-27 02:01:59 EDT (Mon, 27 Apr 2009)
@@ -10,6 +10,7 @@
 /* We put the base header background on the body. */
 body {
   background: #FFFFFF url(header-bg.png) repeat-x top left;
+  color: #000000;
 }
 
 /* Heading, title and logo. */
Modified: website/public_html/beta/style/css_0/theme_grass/theme.css
==============================================================================
--- website/public_html/beta/style/css_0/theme_grass/theme.css	(original)
+++ website/public_html/beta/style/css_0/theme_grass/theme.css	2009-04-27 02:01:59 EDT (Mon, 27 Apr 2009)
@@ -10,6 +10,7 @@
 /* We put the base header background on the body. */
 body {
   background: #FFFFFF url(header-bg.png) repeat-x top left;
+  color: #000000;
 }
 
 /* Heading, title and logo. */