gnu-social/theme/base/css/ie6.css

40 lines
551 B
CSS
Raw Normal View History

/* IE6 specific styles */
address {
margin-left:7px;
}
address .fn {
display:none;
}
2009-06-22 18:18:09 +01:00
#wrap {
width:1003px;
margin:0 auto;
}
#content {
2009-07-21 00:11:23 +01:00
width:69%;
}
#aside_primary {
padding:5%;
width:29.5%;
}
.entity_profile .entity_nickname,
.entity_profile .entity_location,
.entity_profile .entity_url,
.entity_profile .entity_note,
.entity_profile .entity_tags {
margin-left:0;
}
.entity_profile .entity_depiction {
margin-bottom:123px;
}
.entity_actions {
width:20%;
}
2009-03-25 22:48:51 +00:00
.notice div.entry-content {
2009-06-22 18:18:09 +01:00
width:50%;
margin-left:30px;
2009-03-25 22:48:51 +00:00
}
2009-07-28 18:14:11 +01:00
.notice-options a {
width:16px;
}