diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-21 16:18:53 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-21 16:18:53 -0400 |
commit | 55d89e4830b140f41e4320c495e69ce1043265c3 (patch) | |
tree | fe05c6d1e2f9bc6f0749318ee9f5b8ec60c9ead6 /theme/identica/ie6.css | |
parent | c91abed36fe148b7c64a3df703bd1d1bb185c08c (diff) |
make identica theme use default theme, only include differences
darcs-hash:20081021201853-5ed1f-1d61285996c5fca73b0d302e7fb4a45000a3d1e0.gz
Diffstat (limited to 'theme/identica/ie6.css')
-rw-r--r-- | theme/identica/ie6.css | 59 |
1 files changed, 1 insertions, 58 deletions
diff --git a/theme/identica/ie6.css b/theme/identica/ie6.css index 97d9fee3f..f7aebf1b0 100644 --- a/theme/identica/ie6.css +++ b/theme/identica/ie6.css @@ -1,63 +1,6 @@ @charset "UTF-8"; /* CSS Document */ -body { - text-align: center; -} -input { - height: 24px; -} +@import url(../default/ie6.css); #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; -} |