summaryrefslogtreecommitdiff
path: root/theme/default
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-10-12 12:28:10 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-10-12 12:28:10 -0400
commitf1d14fd9752059483d0644c2760ef7c857c5c643 (patch)
treea251d31776115428bee6fd04329756ed2dedf9ab /theme/default
parentc1785df710b85413dcec6939a97315b98fb75e1f (diff)
fixup margin and padding in default theme
darcs-hash:20081012162810-5ed1f-d2bb39f95e6bf429c3b0a5fea72e8984de78b1bb.gz
Diffstat (limited to 'theme/default')
-rw-r--r--theme/default/display.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index 14ed94d9a..cccf065cd 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -172,7 +172,7 @@ p#branding a {
#content {
clear: left;
margin: 40px 0 45px 0;
- padding: 0 110px;
+ padding: 0 80px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 18px;
@@ -208,7 +208,7 @@ p#branding a {
/* ----- Profile -----*/
#profile {
clear: left;
- margin: 0 -110px;
+ margin: 0 -80px;
padding: 10px 0 0 0;
min-height: 170px;
border-top: 1px solid #dec5b5;