]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie6.css
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
[quix0rs-gnu-social.git] / theme / base / css / ie6.css
1 /**
2  * @package   StatusNet
3  * @author    Sarven Capadisli <csarven@status.net>
4  * @copyright 2009-2010 StatusNet, Inc.
5  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
6  * @link      http://status.net/
7  */
8 /* IE6 specific styles */
9 address {
10 margin-left:7px;
11 }
12 address .fn {
13 display:none;
14 }
15
16 #wrap {
17 width:1003px;
18 margin:0 auto;
19 }
20
21 #content {
22 width:66%;
23 }
24 #aside_primary {
25 padding:1.8%;
26 width:24%;
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 .notice div.entry-content {
42 width:65%;
43 margin-left:30px;
44 }
45 .notice-options a {
46 width:16px;
47 }