]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie6.css
c4a87a66314d59abc341e3fb619a4542b2d1a696
[quix0rs-gnu-social.git] / theme / base / css / ie6.css
1 /* LTE IE6 styles */
2
3 #content {
4     width: 520px;
5 }
6
7 #aside_primary {
8     width: 220px;
9 }
10
11 #content h1 {
12     clear: left;
13 }
14
15 address .fn {
16     display: none;
17 }
18
19 #header-search {
20     width: 240px;
21 }
22
23 #header-search input {
24     height: 20px;
25     font-size: 12px;
26 }
27
28 .entity_profile .entity_nickname,
29 .entity_profile .entity_location,
30 .entity_profile .entity_url,
31 .entity_profile .entity_note,
32 .entity_profile .entity_tags {
33 margin-left:0;
34 }
35 .entity_profile .entity_depiction {
36 margin-bottom:123px;
37 }
38 .entity_actions {
39 width:20%;
40 }
41
42 .notice div.entry-content {
43     margin-left: 30px;
44 }
45
46 .notice-source-activity div.entry-content {
47     margin-left: 0;
48
49
50 .threaded-replies {
51     margin-left: 30px;
52 }
53
54 #content .notice .threaded-replies .notice div.entry-content {
55     margin-left: 18px;
56 }
57
58 .notice-options a {
59 width:16px;
60 }