]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/stoica/ie6.css
mcdoyon changes to design on dev server
[quix0rs-gnu-social.git] / theme / stoica / ie6.css
1 @charset "UTF-8";
2 /* CSS Document */
3 body {
4         text-align: center;
5 }
6 #wrap {
7         margin: 0 auto;
8         padding: 0 20px;
9         width: 800px;
10         text-align: left;
11         background: url(bg-header.gif) repeat-x #FCFFF5;
12         }
13 #header {
14         position: relative;
15         margin-left: 108px;
16         }       
17 #nav_views {
18         margin: 0;
19         }
20 #nav_views li {
21         line-height: 19px;
22         }
23 #statistics dd {
24         clear: both;
25         }
26 #notices {
27         margin: 0;
28         }                       
29 .notice_single {
30         height: 48px;
31         }
32 #profile p.notice_current {
33         height: 96px;
34         }       
35         
36 #subscriptions_avatars li {
37         margin: 0 3px 0 0;
38         }
39 #status_textarea {
40         height: 46px;
41         }
42                         
43 #nav_pagination li a {
44         padding: 6px 15px;
45         line-height: 27px;
46         }
47 #nav_sub {
48         position: relative;
49         margin-left: 108px;
50         }       
51 #footer {
52 /*      position: relative; */
53         margin-left: 108px;
54 }