Ver Fonte

Give the variablelist a margin.

[SVN r51804]
Daniel James há 17 anos atrás
pai
commit
3afa177b2d
2 ficheiros alterados com 10 adições e 0 exclusões
  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
 =============================================================================*/
 
+    div.variablelist
+    {
+        margin: 1em 0;
+    }
+
     /* Make the terms in definition lists bold */
     div.variablelist dl dt,
     span.term

+ 5 - 0
doc/src/boostbook.css

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

粤ICP备19079148号