From 84339ea9fe89610693ef0e36ca13e8eaaaf14a65 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 23 May 2007 00:52:45 -0700 Subject: [PATCH] Add some CSS lovin' to get some left and right margins We go to 10% here, while leaving the header and footer 8% back. --- src/local.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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%; +} -- 2.43.0