diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-22 10:56:02 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-22 10:56:02 -0700 |
commit | e6559e3bea1881710094c06c778bbfe41dd72824 (patch) | |
tree | fd0c706f8f57213bdfa0dd98524a42ccee938e27 /theme/base | |
parent | 9014a0a90d9ab5ee408aded51f379fd084fcd82c (diff) | |
parent | 7b269a6712ac740c961634b0c165e6f74f420236 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
* '0.8.x' of git@gitorious.org:laconica/dev:
Layout fix for IE6
theme dir, path configurable
Diffstat (limited to 'theme/base')
-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; } |