Explorar o código

Remove borders from simple list tables.

[SVN r41553]
Rene Rivera %!s(int64=18) %!d(string=hai) anos
pai
achega
5b3deb5924
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      doc/html/boostbook.css

+ 2 - 0
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;
     }
 
 /*=============================================================================

粤ICP备19079148号