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 /theme/default/ie7.css | |
parent | d9f06a3fd6d4cf57dee40c7cd7489fe031ad7f9f (diff) |
move identica ie[67].css to default
darcs-hash:20081021194833-5ed1f-f5b4c246fd461f0e0a82ce8ee52985183b4577f1.gz
Diffstat (limited to 'theme/default/ie7.css')
-rw-r--r-- | theme/default/ie7.css | 7 |
1 files changed, 5 insertions, 2 deletions
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; |