From 1e360fc3b2a65d0ca8856079b1cf0a0d6db4a0e4 Mon Sep 17 00:00:00 2001 From: Ken Sheppardson Date: Sat, 16 Aug 2008 16:04:37 -0400 Subject: Renamed 'mobile' theme to more appropriate 'iphone' darcs-hash:20080816200437-18f16-360a19784be7e063015fa71580e09d740d6a72b5.gz --- theme/iphone/ie6.css.dist | 63 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 theme/iphone/ie6.css.dist (limited to 'theme/iphone/ie6.css.dist') diff --git a/theme/iphone/ie6.css.dist b/theme/iphone/ie6.css.dist new file mode 100644 index 000000000..97d9fee3f --- /dev/null +++ b/theme/iphone/ie6.css.dist @@ -0,0 +1,63 @@ +@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; +} -- cgit v1.2.3-54-g00ecf