]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Fix typo preventing floatright class from working.
[cworth.org] / src / local.css
index 54bbba77c5fa7ecd7f1b6732baeb609bae38bf8a..4264d8b181a8a7ae4e66fc442cd35f4de3c93e7c 100644 (file)
@@ -18,6 +18,13 @@ 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%;
 }
@@ -26,6 +33,6 @@ h2,h3,h4,h5,h6 {
     float: left;
 }
 
-.floatleft {
+.floatright {
     float: right;
 }