Browse Source

Use pixels for the body size (#159)

This is should match the existing style more closely.
Daniel James 8 years ago
parent
commit
927a5f2de7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      doc/src/boostbook.css

+ 2 - 3
doc/src/boostbook.css

@@ -18,7 +18,7 @@ Body defaults
     body
     {
         margin: 1em;
-        font-size: 10pt;
+        font-size: 16px;
         font-family: sans-serif;
     }
 
@@ -26,7 +26,7 @@ Body defaults
 Paragraphs
 =============================================================================*/
 
-    p
+    p, div.document, div.footer
     {
         text-align: left;
         font-size: 10pt;
@@ -413,7 +413,6 @@ Colors
             color: #000000;
         }
 
-        
     /* Syntax Highlighting */
         .property,
         .highlight .k

粤ICP备19079148号