Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-05-11 11:03:54


Author: danieljames
Date: 2008-05-11 11:03:54 EDT (Sun, 11 May 2008)
New Revision: 45285
URL: http://svn.boost.org/trac/boost/changeset/45285

Log:
Don't centre the tables on the review summary page. Refs #1818.
Text files modified:
   website/public_html/beta/style/css_0/section-development.css | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/style/css_0/section-development.css
==============================================================================
--- website/public_html/beta/style/css_0/section-development.css (original)
+++ website/public_html/beta/style/css_0/section-development.css 2008-05-11 11:03:54 EDT (Sun, 11 May 2008)
@@ -17,3 +17,8 @@
   margin-left: 0px !important;
   margin-right: 0px !important;
 }
+/* Don't centre the tables in the review wizard reports */
+#content .section table.docutils.field-list {
+ margin-left: 0;
+ margin-right: 0;
+}


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