Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-05-14 17:00:07


Author: danieljames
Date: 2008-05-14 17:00:07 EDT (Wed, 14 May 2008)
New Revision: 45369
URL: http://svn.boost.org/trac/boost/changeset/45369

Log:
Merge [45285]: Don't centre the tables on the review summary page.

Fixes #1818.

Text files modified:
   website/public_html/live/style/css_0/section-development.css | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: website/public_html/live/style/css_0/section-development.css
==============================================================================
--- website/public_html/live/style/css_0/section-development.css (original)
+++ website/public_html/live/style/css_0/section-development.css 2008-05-14 17:00:07 EDT (Wed, 14 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