diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-02 06:06:21 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-02 06:06:21 -0400 |
commit | 30a72a93c80acc4b7b02228db52fad413f258bd9 (patch) | |
tree | 338ba80dbd8f6389ae26603831075339571793b8 /theme/base/css/ie6.css | |
parent | e28c4689cee5a832c281b0329c9d279e4bbd9d33 (diff) | |
parent | 36f73bffbc717d895370e905070c310062127529 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'theme/base/css/ie6.css')
-rw-r--r-- | theme/base/css/ie6.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css index fa6ec92d2..76a82c004 100644 --- a/theme/base/css/ie6.css +++ b/theme/base/css/ie6.css @@ -1,4 +1,17 @@ /* IE6 specific styles */ +address { +margin-left:7px; +} +address .fn { +display:none; +} +#content { +width:70%; +} +#aside_primary { +padding:5%; +width:29.5%; +} .entity_profile .entity_nickname, .entity_profile .entity_location, .entity_profile .entity_url, @@ -9,6 +22,9 @@ margin-left:0; .entity_profile .entity_depiction { margin-bottom:123px; } +.entity_actions { +width:20%; +} .notice div.entry-content { width:63%; } |