Browse Source

Style simplelist tables, to look like regular text lines.

[SVN r39383]
Rene Rivera 19 years ago
parent
commit
46f269a2aa
2 changed files with 48 additions and 0 deletions
  1. 24 0
      doc/html/boostbook.css
  2. 24 0
      doc/src/boostbook.css

+ 24 - 0
doc/html/boostbook.css

@@ -246,6 +246,20 @@
         font-size: 80%;
     }
 
+    table.simplelist
+    {
+        width: auto !important;
+        margin: 0em !important;
+        padding: 0em !important;
+    }
+    table.simplelist td
+    {
+        margin: 0em !important;
+        padding: 0em !important;
+        text-align: left !important;
+        font-size: 9pt !important;
+    }
+
 /*=============================================================================
     Blurbs
 =============================================================================*/
@@ -432,6 +446,11 @@
             background-color: #F0F0F0;
             border: 1px solid #DCDCDC;
         }
+
+        table.simplelist tr td
+        {
+            border: none !important;
+        }
     
     /* Misc */
         span.highlight
@@ -501,6 +520,11 @@
         {
             border: 1px solid gray;
         }
+
+        table.simplelist tr td
+        {
+            border: none !important;
+        }
     
     /* Misc */
         span.highlight

+ 24 - 0
doc/src/boostbook.css

@@ -246,6 +246,20 @@
         font-size: 80%;
     }
 
+    table.simplelist
+    {
+        width: auto !important;
+        margin: 0em !important;
+        padding: 0em !important;
+    }
+    table.simplelist td
+    {
+        margin: 0em !important;
+        padding: 0em !important;
+        text-align: left !important;
+        font-size: 9pt !important;
+    }
+
 /*=============================================================================
     Blurbs
 =============================================================================*/
@@ -432,6 +446,11 @@
             background-color: #F0F0F0;
             border: 1px solid #DCDCDC;
         }
+
+        table.simplelist tr td
+        {
+            border: none !important;
+        }
     
     /* Misc */
         span.highlight
@@ -501,6 +520,11 @@
         {
             border: 1px solid gray;
         }
+
+        table.simplelist tr td
+        {
+            border: none !important;
+        }
     
     /* Misc */
         span.highlight

粤ICP备19079148号