diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-22 17:18:09 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-22 17:18:09 +0000 |
commit | 7b269a6712ac740c961634b0c165e6f74f420236 (patch) | |
tree | 058db5d08eba6d517d425e7d348662bcf6d9fe5f /theme | |
parent | 7cf0a4c6472ab05a0963c003d8c3ecb59237ee67 (diff) |
Layout fix for IE6
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; } |