diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-21 15:48:33 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-21 15:48:33 -0400 |
commit | c91abed36fe148b7c64a3df703bd1d1bb185c08c (patch) | |
tree | 8ec20be3f1d23e68ed6c5b20f5c06cbbc21d062c | |
parent | d9f06a3fd6d4cf57dee40c7cd7489fe031ad7f9f (diff) |
move identica ie[67].css to default
darcs-hash:20081021194833-5ed1f-f5b4c246fd461f0e0a82ce8ee52985183b4577f1.gz
-rw-r--r-- | theme/default/ie6.css | 54 | ||||
-rw-r--r-- | theme/default/ie7.css | 7 |
2 files changed, 52 insertions, 9 deletions
diff --git a/theme/default/ie6.css b/theme/default/ie6.css index d9b1fbb45..fbdab9eed 100644 --- a/theme/default/ie6.css +++ b/theme/default/ie6.css @@ -1,23 +1,63 @@ @charset "UTF-8"; /* CSS Document */ - +body { + text-align: center; +} +input { + height: 24px; +} +#wrap { + margin: 0 auto; + padding: 0 20px; + width: 800px; + text-align: left; + background: url(bg-header.gif) repeat-x #fbf2d7; + } +#header { + position: relative; + margin-left: 108px; + } +#nav_views { + margin: 0; + } #nav_views li { line-height: 19px; } -#statistics dd { +.statistics dd { + margin-top: -15px; clear: both; - } - + } +#notices { + margin: 0; + } +.notice_single { + height: 48px; + } #profile p.notice_current { height: 96px; } #subscriptions_avatars li { - margin: 0 3px 0 0; + float: left; + margin: 0; + padding: 0; + } +img.avatar.original, img.avatar.profile { + clear: none; + float: left; +} +#status_textarea { + height: 46px; } - #nav_pagination li a { padding: 6px 15px; line-height: 27px; - }
\ No newline at end of file + } +#nav_sub { + position: relative; + margin-left: 108px; + } +#footer { + margin-left: 108px; +} diff --git a/theme/default/ie7.css b/theme/default/ie7.css index 5cd90a461..bbf52d5cf 100644 --- a/theme/default/ie7.css +++ b/theme/default/ie7.css @@ -7,9 +7,12 @@ #subscriptions_avatars li { - margin: 0 3px 0 0; + float: left; } - +img.avatar.original, img.avatar.profile { + clear: none; + float: left; +} #nav_pagination li a { padding: 6px 15px; |