]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/iphone/ie6.css.dist
Merge branch '0.9.x' into pluginize-twitter-bridge
[quix0rs-gnu-social.git] / theme / iphone / ie6.css.dist
1 @charset "UTF-8";
2 /* CSS Document */
3 body {
4         text-align: center;
5 }
6 input {
7         height: 24px;
8 }
9 #wrap {
10         margin: 0 auto;
11         padding: 0 20px;
12         width: 800px;
13         text-align: left;
14         background: url(bg-header.gif) repeat-x #FCFFF5;
15         }
16 #header {
17         position: relative;
18         margin-left: 108px;
19         }       
20 #nav_views {
21         margin: 0;
22         }
23 #nav_views li {
24         line-height: 19px;
25         }
26 .statistics dd {
27         margin-top: -15px;
28         clear: both;
29         }       
30 #notices {
31         margin: 0;
32         }                       
33 .notice_single {
34         height: 48px;
35         }
36 #profile p.notice_current {
37         height: 96px;
38         }       
39         
40 #subscriptions_avatars li {
41         float: left;
42         margin: 0;
43         padding: 0;
44         }
45 img.avatar.original, img.avatar.profile {
46         clear: none;
47         float: left;
48 }               
49 #status_textarea {
50         height: 46px;
51         }
52                         
53 #nav_pagination li a {
54         padding: 6px 15px;
55         line-height: 27px;
56         }
57 #nav_sub {
58         position: relative;
59         margin-left: 108px;
60         }       
61 #footer {
62         margin-left: 108px;
63 }