summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-09-30 19:04:59 -0500
committerJesse Luehrs <doy@tozt.net>2012-09-30 19:04:59 -0500
commit9b0287b5b524dbd9169acf3a25c2159dd1253174 (patch)
treeb7728c681556dbbb5192e01812da2d6570e91112
parent219be7727d4d00fcfaa63ea756f4adce7411978c (diff)
downloadtozt.net-9b0287b5b524dbd9169acf3a25c2159dd1253174.tar.gz
tozt.net-9b0287b5b524dbd9169acf3a25c2159dd1253174.zip
adjust some padding a bit
-rw-r--r--root/static/style.css4
1 files 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;
}