diff options
author | Ken Sheppardson <laconica@kshep.net> | 2008-08-16 16:04:37 -0400 |
---|---|---|
committer | Ken Sheppardson <laconica@kshep.net> | 2008-08-16 16:04:37 -0400 |
commit | 1e360fc3b2a65d0ca8856079b1cf0a0d6db4a0e4 (patch) | |
tree | 8f611287abd04b7d9bf83c9b37aab90853cc5c98 /theme/iphone/ie7.css.dist | |
parent | a4b13570385c6eb8d663dfa9cce3a85c085c47d4 (diff) |
Renamed 'mobile' theme to more appropriate 'iphone'
darcs-hash:20080816200437-18f16-360a19784be7e063015fa71580e09d740d6a72b5.gz
Diffstat (limited to 'theme/iphone/ie7.css.dist')
-rw-r--r-- | theme/iphone/ie7.css.dist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/theme/iphone/ie7.css.dist b/theme/iphone/ie7.css.dist new file mode 100644 index 000000000..bbf52d5cf --- /dev/null +++ b/theme/iphone/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 |