From 9b0287b5b524dbd9169acf3a25c2159dd1253174 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 30 Sep 2012 19:04:59 -0500 Subject: adjust some padding a bit --- root/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/static/style.css b/root/static/style.css index 0b376e7..a4eed76 100644 --- a/root/static/style.css +++ b/root/static/style.css @@ -80,14 +80,14 @@ a:visited { .main_content { background-color : #8c8; border : 1px solid; - padding : 8px; + padding : 16px; position : relative; } .main_content h4 { background-color : #58a; border : 1px solid; - margin : 8px; + margin : 0px; padding : 2px; } -- cgit v1.2.3