]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Force clear:left for headings
[cworth.org] / src / local.css
index fe3557085f7ca9c33d5f8a89be04d35f25179b6f..382c92ed9c498383d191fc64d54773cc6842b8e2 100644 (file)
@@ -10,6 +10,12 @@ h1, .header, #footer {
     margin-left: -8%;
 }
 
+h1, .header {
+    font-family: sans-serif;
+    font-size: 150%;
+    clear: left;
+}
+
 #logo {
     text-align: center;
 }
@@ -18,6 +24,23 @@ h1, .header, #footer {
     font-size: 80%;
 }
 
+#legal {
+    text-align: center;
+    margin-top: 1em;
+    margin-left: 15%;
+    margin-right: 15%;
+}
+
 h2,h3,h4,h5,h6 {
     margin-left: -4%;
+    font-size: 125%;
+    clear: left;
+}
+
+.floatleft {
+    float: left;
+}
+
+.floatright {
+    float: right;
 }