From: Carl Worth Date: Wed, 23 May 2007 07:52:45 +0000 (-0700) Subject: Add some CSS lovin' to get some left and right margins X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=84339ea9fe89610693ef0e36ca13e8eaaaf14a65;hp=779c9d3a7acd92d8531b8abca08c8d34d46ab7df;p=cworth.org Add some CSS lovin' to get some left and right margins We go to 10% here, while leaving the header and footer 8% back. --- diff --git a/src/local.css b/src/local.css index a0dec8c..4e0f15e 100644 --- a/src/local.css +++ b/src/local.css @@ -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%; +}