Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52619 - in website/public_html/live/style/css_0: theme_grape theme_grass
From: daniel_james_at_[hidden]
Date: 2009-04-27 02:16:19


Author: danieljames
Date: 2009-04-27 02:16:18 EDT (Mon, 27 Apr 2009)
New Revision: 52619
URL: http://svn.boost.org/trac/boost/changeset/52619

Log:
Merge [52618]: Set the text colour on the body.

Text files modified:
   website/public_html/live/style/css_0/theme_grape/theme.css | 1 +
   website/public_html/live/style/css_0/theme_grass/theme.css | 1 +
   2 files changed, 2 insertions(+), 0 deletions(-)

Modified: website/public_html/live/style/css_0/theme_grape/theme.css
==============================================================================
--- website/public_html/live/style/css_0/theme_grape/theme.css (original)
+++ website/public_html/live/style/css_0/theme_grape/theme.css 2009-04-27 02:16:18 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/live/style/css_0/theme_grass/theme.css
==============================================================================
--- website/public_html/live/style/css_0/theme_grass/theme.css (original)
+++ website/public_html/live/style/css_0/theme_grass/theme.css 2009-04-27 02:16:18 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. */


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