From 8b6b68fa4ab5416f2dac54d9eb0248063cb6df23 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 23 May 2007 05:48:11 -0700 Subject: [PATCH] Force clear:left for headings We want to push the headings down rather than wrapping for a float. --- src/local.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/local.css b/src/local.css index 219cfa8..382c92e 100644 --- a/src/local.css +++ b/src/local.css @@ -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 { -- 2.43.0