diff options
Diffstat (limited to 'theme/identica/ie7.css')
-rw-r--r-- | theme/identica/ie7.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/theme/identica/ie7.css b/theme/identica/ie7.css new file mode 100644 index 000000000..bbf52d5cf --- /dev/null +++ b/theme/identica/ie7.css @@ -0,0 +1,20 @@ +@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 |