From 5b3deb59243f18f9652c3298ca14e5e7fcbcbf6c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 1 Dec 2007 20:42:27 +0000 Subject: [PATCH] Remove borders from simple list tables. [SVN r41553] --- doc/html/boostbook.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css index fa93a3361a..4a0d9266db 100644 --- a/doc/html/boostbook.css +++ b/doc/html/boostbook.css @@ -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; } /*=============================================================================