diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-10-12 12:27:19 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-10-12 12:27:19 -0400 |
commit | c1785df710b85413dcec6939a97315b98fb75e1f (patch) | |
tree | 415d0d138e10cec103a0584fbe69b3f72af04ca4 /theme/stoica/display.css | |
parent | 9cbceb62bf1a2b0a570dcfdab593337d9e19b1a1 (diff) |
fixup margins in stoica theme
darcs-hash:20081012162719-84dde-37c59c8ce953bb4e0b24a60e75785d3236750a81.gz
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 125df7ed0..472d0cd88 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -165,7 +165,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; @@ -270,7 +270,7 @@ p.time a { /* ----- Profile -----*/ #profile { clear: left; - margin: 0 -110px; + margin: 0 -80px; padding: 10px 0 0 0; min-height: 170px; border-top: 1px solid #D8E2D7; |