]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Fix typo preventing floatright class from working.
[cworth.org] / src / local.css
index a0dec8cfded7ef7d8bf6dfd49f996444ded08e78..4264d8b181a8a7ae4e66fc442cd35f4de3c93e7c 100644 (file)
@@ -1,3 +1,38 @@
 /* ikiwiki local style sheet */
 
 /* Add local styling here, instead of modifying style.css. */
+body {
+    margin-left: 10%;
+    margin-right: 10%;
+}
+
+h1, .header, #footer {
+    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%;
+}
+
+.floatleft {
+    float: left;
+}
+
+.floatright {
+    float: right;
+}