]> git.cworth.org Git - cworth.org/commitdiff
Force clear:left for headings
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 12:48:11 +0000 (05:48 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 12:48:11 +0000 (05:48 -0700)
We want to push the headings down rather than wrapping for a float.

src/local.css

index 219cfa88de9a8083abfbaf6db099be6d1d7aad20..382c92ed9c498383d191fc64d54773cc6842b8e2 100644 (file)
@@ -13,6 +13,7 @@ h1, .header, #footer {
 h1, .header {
     font-family: sans-serif;
     font-size: 150%;
+    clear: left;
 }
 
 #logo {
@@ -33,6 +34,7 @@ h1, .header {
 h2,h3,h4,h5,h6 {
     margin-left: -4%;
     font-size: 125%;
+    clear: left;
 }
 
 .floatleft {