]> git.cworth.org Git - cworth.org/commitdiff
Style h1 and header consistently (and ensure h2-h6 are strictly smaller than h1)
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 12:38:58 +0000 (05:38 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 12:38:58 +0000 (05:38 -0700)
src/local.css

index 4264d8b181a8a7ae4e66fc442cd35f4de3c93e7c..219cfa88de9a8083abfbaf6db099be6d1d7aad20 100644 (file)
@@ -10,6 +10,11 @@ h1, .header, #footer {
     margin-left: -8%;
 }
 
+h1, .header {
+    font-family: sans-serif;
+    font-size: 150%;
+}
+
 #logo {
     text-align: center;
 }
@@ -27,6 +32,7 @@ h1, .header, #footer {
 
 h2,h3,h4,h5,h6 {
     margin-left: -4%;
+    font-size: 125%;
 }
 
 .floatleft {