diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-04 16:51:43 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-04 16:51:43 +0000 |
commit | df8cce27887a3a7cd813ade61b9bd47e945d9ddc (patch) | |
tree | 67b778443fc4c4f250ec6f5548850f32831c4e0a /theme/iphone/ie6.css.dist | |
parent | affe00276a008038e8a8b37b3812215e382fe98e (diff) |
Removed obsolete iphone theme (pre v0.7)
Diffstat (limited to 'theme/iphone/ie6.css.dist')
-rw-r--r-- | theme/iphone/ie6.css.dist | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/theme/iphone/ie6.css.dist b/theme/iphone/ie6.css.dist deleted file mode 100644 index 97d9fee3f..000000000 --- a/theme/iphone/ie6.css.dist +++ /dev/null @@ -1,63 +0,0 @@ -@charset "UTF-8"; -/* CSS Document */ -body { - text-align: center; -} -input { - height: 24px; -} -#wrap { - margin: 0 auto; - padding: 0 20px; - width: 800px; - text-align: left; - background: url(bg-header.gif) repeat-x #FCFFF5; - } -#header { - position: relative; - margin-left: 108px; - } -#nav_views { - margin: 0; - } -#nav_views li { - line-height: 19px; - } -.statistics dd { - margin-top: -15px; - clear: both; - } -#notices { - margin: 0; - } -.notice_single { - height: 48px; - } -#profile p.notice_current { - height: 96px; - } - -#subscriptions_avatars li { - float: left; - margin: 0; - padding: 0; - } -img.avatar.original, img.avatar.profile { - clear: none; - float: left; -} -#status_textarea { - height: 46px; - } - -#nav_pagination li a { - padding: 6px 15px; - line-height: 27px; - } -#nav_sub { - position: relative; - margin-left: 108px; - } -#footer { - margin-left: 108px; -} |