diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-02 06:29:49 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-02 06:29:49 +0000 |
commit | 36f73bffbc717d895370e905070c310062127529 (patch) | |
tree | 7d2ba69a2a3cb3360e8686d0cd549e079b386602 /theme/base/css/ie6.css | |
parent | c172cbafaa9ba17ff8ca5c6dd07741bd0de96871 (diff) |
Better support for 800px ~ 1024px width viewport/screen resolutions.
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%; } |