]> git.cworth.org Git - cworth.org/commitdiff
Fix header font size
authorCarl Worth <cworth@cworth.org>
Fri, 1 Jun 2007 19:51:37 +0000 (12:51 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 1 Jun 2007 19:51:37 +0000 (12:51 -0700)
Remove duplicated h1 and header font magnification that was resulting
in *giant* titles. Also remove explicit px-based font sizes from
style.css.

src/local.css
src/style.css

index 60e5c99386e7b4834c5233ec454dcdb530cb8704..b641f8c47f6166dbffe8ec4a6af8aac92fc0d1d3 100644 (file)
@@ -7,7 +7,6 @@ body {
 }
 
 h1, .header, #footer {
-    font-size: 150%;
     clear: both;
 }
 
@@ -22,6 +21,10 @@ h1,h2,h3,h4,h5,h6, .header {
     color: #f29915;
 }
 
+h1 {
+    font-size: 150%;
+}
+
 h2,h3,h4,h5,h6 {
     font-size: 125%;
 }
index 34dd5a49cc2ccd630765179c80d9bdde6ed8d42c..eaf8c2ede6e5526db5de198d75f9ad96bbe01c12 100644 (file)
@@ -6,7 +6,6 @@
 
 .header {
        margin: 0;
-       font-size: 22px;
        font-weight: bold;
        line-height: 1em;
        display: block;
@@ -14,7 +13,6 @@
 
 .author {
        margin: 0;
-       font-size: 18px;
        font-weight: bold;
        display: block;
 }