]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/ie6.css
better registration instructions
[quix0rs-gnu-social.git] / theme / default / ie6.css
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 #fbf2d7;
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 {
37   margin-left:0px;
38 }       
39 #profile p.notice_current {
40         height: 96px;
41         }       
42 #filter_tags {
43   margin-left:20px;
44 }       
45 #content .subscriptions {
46   margin-left:30px;
47   width:100%;
48 }
49
50 #subscriptions_avatars li {
51         float: left;
52         margin: 0;
53         padding: 0;
54         }
55 img.avatar.original, img.avatar.profile {
56         clear: none;
57         float: left;
58 }               
59 #status_textarea {
60         height: 46px;
61         }
62                         
63 #nav_pagination li a {
64         padding: 6px 15px;
65         line-height: 27px;
66         }
67 #nav_sub {
68         position: relative;
69         margin-left: 108px;
70         }       
71 #footer {
72         margin-left: 108px;
73 }