Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2007-06-25 17:03:01


Author: dgregor
Date: 2007-06-25 17:03:01 EDT (Mon, 25 Jun 2007)
New Revision: 7147
URL: http://svn.boost.org/trac/boost/changeset/7147

Log:
Try to tweak the background color on svn.boost.org

Text files modified:
   website/public_html/beta/style/trac.css | 9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/style/trac.css
==============================================================================
--- website/public_html/beta/style/trac.css (original)
+++ website/public_html/beta/style/trac.css 2007-06-25 17:03:01 EDT (Mon, 25 Jun 2007)
@@ -0,0 +1,9 @@
+/*
+ Style sheet for customizing the Boost Trac at svn.boost.org
+ */
+body {
+ background: #777;
+ color: #000;
+ margin: 10px;
+ padding: 0;
+}
\ No newline at end of file


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