diff options
author | Evan Prodromou <evan@status.net> | 2010-10-12 11:16:14 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-10-12 11:16:14 -0400 |
commit | f11c1c77cab7d7310ec0d2c17bc6f35c491f2871 (patch) | |
tree | 7d0741b5d1b68cfbfa21ed974abab04e7b721b0b /theme/mnml/css/ie6.css | |
parent | 1e3d5f80258811ce1c2154fcd971297e24264894 (diff) | |
parent | 1cd60579f5ac99a2c8bfb12d35093f5c74f14b04 (diff) |
Merge remote branch 'gitorious/0.9.x' into 0.9.x
Diffstat (limited to 'theme/mnml/css/ie6.css')
-rw-r--r-- | theme/mnml/css/ie6.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/theme/mnml/css/ie6.css b/theme/mnml/css/ie6.css new file mode 100644 index 000000000..6df5e01ce --- /dev/null +++ b/theme/mnml/css/ie6.css @@ -0,0 +1,40 @@ +/* IE6 specific styles */ +address { +margin-left:7px; +} +address .fn { +display:none; +} + +#wrap { +width:1003px; +margin:0 auto; +} + +#content { +width:66%; +} +#aside_primary { +padding:1.8%; +width:24%; +} +.entity_profile .entity_nickname, +.entity_profile .entity_location, +.entity_profile .entity_url, +.entity_profile .entity_note, +.entity_profile .entity_tags { +margin-left:0; +} +.entity_profile .entity_depiction { +margin-bottom:123px; +} +.entity_actions { +width:20%; +} +.notice div.entry-content { +width:65%; +margin-left:30px; +} +.notice-options a { +width:16px; +} |