]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Protect underscores from being interpreted as italics
[cworth.org] / src / local.css
index 60e5c99386e7b4834c5233ec454dcdb530cb8704..71dfe7a6d67ee0c90c803258f0d8051a1ef4298f 100644 (file)
@@ -7,7 +7,6 @@ body {
 }
 
 h1, .header, #footer {
-    font-size: 150%;
     clear: both;
 }
 
@@ -22,6 +21,10 @@ h1,h2,h3,h4,h5,h6, .header {
     color: #f29915;
 }
 
+h1 {
+    font-size: 150%;
+}
+
 h2,h3,h4,h5,h6 {
     font-size: 125%;
 }
@@ -65,12 +68,26 @@ a:hover {
 }
 
 #legal {
+    clear: both;
     text-align: center;
-    margin-top: 1em;
+    margin-top: 2em;
     margin-left: 15%;
     margin-right: 15%;
 }
 
+.pagedate {
+    float: right;
+    text-align: right;
+    width: 49%;
+    clear: none;
+}
+
+#contact {
+    float: left;
+    width: 49%;
+    font-style: italic;
+}
+
 .left {
     float: left;
     padding-right: 0.5em;