Put default line height back to 2, chapter to 1.5
authorNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Fri, 24 Sep 2010 16:04:09 +0000 (17:04 +0100)
committerNigel Metheringham <nigel.metheringham@dev.intechnology.co.uk>
Fri, 24 Sep 2010 16:04:09 +0000 (17:04 +0100)
templates/web/common.css
templates/web/doc/chapter.css

index 81a04cb2ddca43a3b364556e37d25bd5088a1180..71e8666b2de9fc4990f590226560d9c69875704c 100644 (file)
@@ -212,7 +212,7 @@ html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acron
     padding:      0.71429em 0 1.42857em 0;
     margin:       0 auto;
     font-size:      1.4em; /* 14px */
-    line-height:      1.5;     /* 21px */
+    line-height:    2;     /* 28px */
     background-color:   #fff;
   }
   /* Remove side padding on thin windows (phones?) */
index c206e88061fdebe06a158f15265711250c08a8c2..68e35b53ba333ce0d69bdc242236dd303b723ee5 100644 (file)
   clear:        right;
 }
 
+#chapter {
+  line-height: 1.5;
+}
+
 #chapter table {
   margin-top:       1em;
   margin-bottom:    1em;