Przeglądaj źródła

Give the variablelist a margin.

[SVN r51804]
Daniel James 17 lat temu
rodzic
commit
3afa177b2d
2 zmienionych plików z 10 dodań i 0 usunięć
  1. 5 0
      doc/html/boostbook.css
  2. 5 0
      doc/src/boostbook.css

+ 5 - 0
doc/html/boostbook.css

@@ -304,6 +304,11 @@
     Variable Lists
     Variable Lists
 =============================================================================*/
 =============================================================================*/
 
 
+    div.variablelist
+    {
+        margin: 1em 0;
+    }
+
     /* Make the terms in definition lists bold */
     /* Make the terms in definition lists bold */
     div.variablelist dl dt,
     div.variablelist dl dt,
     span.term
     span.term

+ 5 - 0
doc/src/boostbook.css

@@ -304,6 +304,11 @@
     Variable Lists
     Variable Lists
 =============================================================================*/
 =============================================================================*/
 
 
+    div.variablelist
+    {
+        margin: 1em 0;
+    }
+
     /* Make the terms in definition lists bold */
     /* Make the terms in definition lists bold */
     div.variablelist dl dt,
     div.variablelist dl dt,
     span.term
     span.term

粤ICP备19079148号