Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-12-01 15:40:56


Author: grafik
Date: 2007-12-01 15:40:56 EST (Sat, 01 Dec 2007)
New Revision: 41552
URL: http://svn.boost.org/trac/boost/changeset/41552

Log:
Remove borders from simple list tables.
Text files modified:
   trunk/doc/src/boostbook.css | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/doc/src/boostbook.css
==============================================================================
--- trunk/doc/src/boostbook.css (original)
+++ trunk/doc/src/boostbook.css 2007-12-01 15:40:56 EST (Sat, 01 Dec 2007)
@@ -266,6 +266,7 @@
         width: auto !important;
         margin: 0em !important;
         padding: 0em !important;
+ border: none !important;
     }
     table.simplelist td
     {
@@ -273,6 +274,7 @@
         padding: 0em !important;
         text-align: left !important;
         font-size: 9pt !important;
+ border: none !important;
     }
 
 /*=============================================================================


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