]> git.cworth.org Git - cworth.org/blobdiff - src/local.css
Add support for floatleft and floatleft classes which we will start using later.
[cworth.org] / src / local.css
index a0dec8cfded7ef7d8bf6dfd49f996444ded08e78..54bbba77c5fa7ecd7f1b6732baeb609bae38bf8a 100644 (file)
@@ -1,3 +1,31 @@
 /* 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%;
+}
+
+h2,h3,h4,h5,h6 {
+    margin-left: -4%;
+}
+
+.floatleft {
+    float: left;
+}
+
+.floatleft {
+    float: right;
+}