diff options
author | Ken Sheppardson <laconica@kshep.net> | 2008-08-16 14:18:45 -0400 |
---|---|---|
committer | Ken Sheppardson <laconica@kshep.net> | 2008-08-16 14:18:45 -0400 |
commit | a4b13570385c6eb8d663dfa9cce3a85c085c47d4 (patch) | |
tree | 35a485b45a3d88d62016408f1a469a3f5cdcb885 /theme/mobile/ie7.css.dist | |
parent | db236870c6f812ab012e0146566fb0764ee05ec0 (diff) |
Adapted stoica theme for iphone use
darcs-hash:20080816181845-18f16-5f7a91b4ea706605d1890513b8a44fcb0182d66b.gz
Diffstat (limited to 'theme/mobile/ie7.css.dist')
-rw-r--r-- | theme/mobile/ie7.css.dist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/theme/mobile/ie7.css.dist b/theme/mobile/ie7.css.dist new file mode 100644 index 000000000..bbf52d5cf --- /dev/null +++ b/theme/mobile/ie7.css.dist @@ -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 |