]> gitweb.michael.orlitzky.com - dead/census-tools.git/commitdiff
Moved the line-height definition into the body element.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 4 Mar 2010 18:59:31 +0000 (13:59 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 4 Mar 2010 18:59:31 +0000 (13:59 -0500)
doc/project_overview/common.css

index 3be3e01432aa00c6735f1c1d27854a2114476c1c..6238cc08404ba1962a42c9e9ab2f88de82411300 100644 (file)
@@ -15,6 +15,7 @@ body {
   background-color: #fff;
   color: #000;
   font-family: georgia;
+  line-height: 1.25;
   margin: 0 auto;
   width: 42em;
 }
@@ -49,13 +50,7 @@ h3 {
 }
 
 
-li {
-  line-height: 1.25;
-}
-
-
 p, blockquote {
-  line-height: 1.25;
   margin: 1.25em 0;
 }