Просмотр исходного кода

Give the variablelist a margin.

[SVN r51804]
Daniel James 17 лет назад
Родитель
Сommit
3afa177b2d
2 измененных файлов с 10 добавлено и 0 удалено
  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号