2009-01-22 13:35:22 +09:00
|
|
|
/* IE6 specific styles */
|
2009-04-02 15:29:49 +09:00
|
|
|
address {
|
|
|
|
margin-left:7px;
|
|
|
|
}
|
|
|
|
address .fn {
|
|
|
|
display:none;
|
|
|
|
}
|
2009-06-23 02:18:09 +09:00
|
|
|
|
|
|
|
#wrap {
|
|
|
|
width:1003px;
|
|
|
|
margin:0 auto;
|
|
|
|
}
|
|
|
|
|
2009-04-02 15:29:49 +09:00
|
|
|
#content {
|
2010-03-09 01:08:03 +09:00
|
|
|
width:66%;
|
2009-04-02 15:29:49 +09:00
|
|
|
}
|
|
|
|
#aside_primary {
|
2010-03-09 01:08:03 +09:00
|
|
|
padding:1.8%;
|
|
|
|
width:24%;
|
2009-04-02 15:29:49 +09:00
|
|
|
}
|
2009-01-22 13:35:22 +09:00
|
|
|
.entity_profile .entity_nickname,
|
|
|
|
.entity_profile .entity_location,
|
|
|
|
.entity_profile .entity_url,
|
|
|
|
.entity_profile .entity_note,
|
|
|
|
.entity_profile .entity_tags {
|
2009-02-01 15:28:16 +09:00
|
|
|
margin-left:0;
|
|
|
|
}
|
|
|
|
.entity_profile .entity_depiction {
|
|
|
|
margin-bottom:123px;
|
2009-01-22 13:35:22 +09:00
|
|
|
}
|
2009-04-02 15:29:49 +09:00
|
|
|
.entity_actions {
|
|
|
|
width:20%;
|
|
|
|
}
|
2009-03-26 07:48:51 +09:00
|
|
|
.notice div.entry-content {
|
2010-03-09 01:08:03 +09:00
|
|
|
width:65%;
|
2009-06-23 02:18:09 +09:00
|
|
|
margin-left:30px;
|
2009-03-26 07:48:51 +09:00
|
|
|
}
|
2009-07-29 02:14:11 +09:00
|
|
|
.notice-options a {
|
|
|
|
width:16px;
|
2010-03-09 01:08:03 +09:00
|
|
|
}
|