diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-22 13:33:31 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-22 13:33:31 -0700 |
commit | f21cecbfbd3f641d3ad259db8c3883cd9a0382df (patch) | |
tree | 8fb0b362cf1386407459336795653d414d738a9b /theme | |
parent | 15e4cbebab5d640b0261f0e6c0366ebb49d72d7a (diff) | |
parent | 7b269a6712ac740c961634b0c165e6f74f420236 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/ie6.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css index 76a82c004..dde4d6fc7 100644 --- a/theme/base/css/ie6.css +++ b/theme/base/css/ie6.css @@ -5,6 +5,12 @@ margin-left:7px; address .fn { display:none; } + +#wrap { +width:1003px; +margin:0 auto; +} + #content { width:70%; } @@ -26,5 +32,6 @@ margin-bottom:123px; width:20%; } .notice div.entry-content { -width:63%; +width:50%; +margin-left:30px; } |