]> git.cworth.org Git - cworth.org/commitdiff
Add some CSS lovin' to get some left and right margins
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 07:52:45 +0000 (00:52 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 07:52:45 +0000 (00:52 -0700)
We go to 10% here, while leaving the header and footer 8% back.

src/local.css

index a0dec8cfded7ef7d8bf6dfd49f996444ded08e78..4e0f15ef1654aec325e40e1444bca1620f4494e8 100644 (file)
@@ -1,3 +1,15 @@
 /* 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%;
+}
+
+h2,h3,h4,h5,h6 {
+  margin-left: -4%;
+}