]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Give our floats a bit of padding
[cworth.org] / src / local.css
index 219cfa88de9a8083abfbaf6db099be6d1d7aad20..5c8975e7c7c05a35106edba0981356610d7f5f0c 100644 (file)
@@ -13,6 +13,7 @@ h1, .header, #footer {
 h1, .header {
     font-family: sans-serif;
     font-size: 150%;
+    clear: left;
 }
 
 #logo {
@@ -33,12 +34,15 @@ h1, .header {
 h2,h3,h4,h5,h6 {
     margin-left: -4%;
     font-size: 125%;
+    clear: left;
 }
 
 .floatleft {
     float: left;
+    padding-right: 0.5em;
 }
 
 .floatright {
     float: right;
+    padding-left: 0.5em;
 }