]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Fix typo preventing floatright class from working.
[cworth.org] / src / local.css
index 4e0f15ef1654aec325e40e1444bca1620f4494e8..4264d8b181a8a7ae4e66fc442cd35f4de3c93e7c 100644 (file)
@@ -2,14 +2,37 @@
 
 /* Add local styling here, instead of modifying style.css. */
 body {
-  margin-left: 10%;
-  margin-right: 10%;
+    margin-left: 10%;
+    margin-right: 10%;
 }
 
 h1, .header, #footer {
-  margin-left: -8%;
+    margin-left: -8%;
+}
+
+#logo {
+    text-align: center;
+}
+
+#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%;
+    margin-left: -4%;
+}
+
+.floatleft {
+    float: left;
+}
+
+.floatright {
+    float: right;
 }