ソースを参照

Remove borders from simple list tables.

[SVN r41553]
Rene Rivera 18 年 前
コミット
5b3deb5924
1 ファイル変更2 行追加0 行削除
  1. 2 0
      doc/html/boostbook.css

+ 2 - 0
doc/html/boostbook.css

@@ -266,6 +266,7 @@
         width: auto !important;
         width: auto !important;
         margin: 0em !important;
         margin: 0em !important;
         padding: 0em !important;
         padding: 0em !important;
+        border: none !important;
     }
     }
     table.simplelist td
     table.simplelist td
     {
     {
@@ -273,6 +274,7 @@
         padding: 0em !important;
         padding: 0em !important;
         text-align: left !important;
         text-align: left !important;
         font-size: 9pt !important;
         font-size: 9pt !important;
+        border: none !important;
     }
     }
 
 
 /*=============================================================================
 /*=============================================================================

粤ICP备19079148号