]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Style h1 and header consistently (and ensure h2-h6 are strictly smaller than h1)
[cworth.org] / src / local.css
index fe3557085f7ca9c33d5f8a89be04d35f25179b6f..219cfa88de9a8083abfbaf6db099be6d1d7aad20 100644 (file)
@@ -10,6 +10,11 @@ h1, .header, #footer {
     margin-left: -8%;
 }
 
+h1, .header {
+    font-family: sans-serif;
+    font-size: 150%;
+}
+
 #logo {
     text-align: center;
 }
@@ -18,6 +23,22 @@ 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%;
+}
+
+.floatleft {
+    float: left;
+}
+
+.floatright {
+    float: right;
 }