diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-21 15:44:40 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-21 15:44:40 -0400 |
commit | d9f06a3fd6d4cf57dee40c7cd7489fe031ad7f9f (patch) | |
tree | d67e1417672a431924fb0d859f3257db963fff16 /theme/identica/ie6.css | |
parent | 048b1e0d5dd553538f5ce624ba68ea7249a48043 (diff) |
change "stoica" theme to "identica"
darcs-hash:20081021194440-5ed1f-d1a2590f89e9a7318f4920160d4e7d44a8ff0c9f.gz
Diffstat (limited to 'theme/identica/ie6.css')
-rw-r--r-- | theme/identica/ie6.css | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/theme/identica/ie6.css b/theme/identica/ie6.css new file mode 100644 index 000000000..97d9fee3f --- /dev/null +++ b/theme/identica/ie6.css @@ -0,0 +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 #FCFFF5; + } +#header { + position: relative; + margin-left: 108px; + } +#nav_views { + margin: 0; + } +#nav_views li { + line-height: 19px; + } +.statistics dd { + margin-top: -15px; + clear: both; + } +#notices { + margin: 0; + } +.notice_single { + height: 48px; + } +#profile p.notice_current { + height: 96px; + } + +#subscriptions_avatars li { + 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; + } +#nav_sub { + position: relative; + margin-left: 108px; + } +#footer { + margin-left: 108px; +} |