소스 검색

Give the variablelist a margin.

[SVN r51804]
Daniel James 17 년 전
부모
커밋
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号