]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie6.css
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
[quix0rs-gnu-social.git] / theme / base / css / ie6.css
1 /* IE6 specific styles */
2 address {
3 margin-left:7px;
4 }
5 address .fn {
6 display:none;
7 }
8
9 #wrap {
10 width:1003px;
11 margin:0 auto;
12 }
13
14 #content {
15 width:70%;
16 }
17 #aside_primary {
18 padding:5%;
19 width:29.5%;
20 }
21 .entity_profile .entity_nickname,
22 .entity_profile .entity_location,
23 .entity_profile .entity_url,
24 .entity_profile .entity_note,
25 .entity_profile .entity_tags {
26 margin-left:0;
27 }
28 .entity_profile .entity_depiction {
29 margin-bottom:123px;
30 }
31 .entity_actions {
32 width:20%;
33 }
34 .notice div.entry-content {
35 width:50%;
36 margin-left:30px;
37 }