$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-12-01 15:42:27
Author: grafik
Date: 2007-12-01 15:42:27 EST (Sat, 01 Dec 2007)
New Revision: 41553
URL: http://svn.boost.org/trac/boost/changeset/41553
Log:
Remove borders from simple list tables.
Text files modified: 
   trunk/doc/html/boostbook.css |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/doc/html/boostbook.css
==============================================================================
--- trunk/doc/html/boostbook.css	(original)
+++ trunk/doc/html/boostbook.css	2007-12-01 15:42:27 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;
     }
 
 /*=============================================================================