Explorar o código

Give the variablelist a margin.

[SVN r51804]
Daniel James %!s(int64=17) %!d(string=hai) anos
pai
achega
3afa177b2d
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  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号