]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie6.css
76a82c0042d32841784b46fd0bb50d340ddd16d8
[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 #content {
9 width:70%;
10 }
11 #aside_primary {
12 padding:5%;
13 width:29.5%;
14 }
15 .entity_profile .entity_nickname,
16 .entity_profile .entity_location,
17 .entity_profile .entity_url,
18 .entity_profile .entity_note,
19 .entity_profile .entity_tags {
20 margin-left:0;
21 }
22 .entity_profile .entity_depiction {
23 margin-bottom:123px;
24 }
25 .entity_actions {
26 width:20%;
27 }
28 .notice div.entry-content {
29 width:63%;
30 }