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/ie7.css | |
parent | c91abed36fe148b7c64a3df703bd1d1bb185c08c (diff) |
make identica theme use default theme, only include differences
darcs-hash:20081021201853-5ed1f-1d61285996c5fca73b0d302e7fb4a45000a3d1e0.gz
Diffstat (limited to 'theme/identica/ie7.css')
-rw-r--r-- | theme/identica/ie7.css | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/theme/identica/ie7.css b/theme/identica/ie7.css index bbf52d5cf..cab6f4059 100644 --- a/theme/identica/ie7.css +++ b/theme/identica/ie7.css @@ -1,20 +1,3 @@ @charset "UTF-8"; /* CSS Document */ - -#statistics dd { - clear: both; - } - - -#subscriptions_avatars li { - float: left; - } -img.avatar.original, img.avatar.profile { - clear: none; - float: left; -} - -#nav_pagination li a { - padding: 6px 15px; - line-height: 27px; - }
\ No newline at end of file +@import url(../default/ie7.css); |