2008-06-18 10:54:23 +09:00
|
|
|
@charset "UTF-8";
|
|
|
|
/* CSS Document */
|
2008-11-15 12:35:49 +09:00
|
|
|
input.disfavor,
|
|
|
|
input.favor {
|
|
|
|
text-indent:0;
|
|
|
|
text-align:right;
|
|
|
|
padding-left:25px;
|
|
|
|
}
|
|
|
|
|
2008-11-16 11:27:35 +09:00
|
|
|
#profile_actions li {
|
|
|
|
float:left;
|
|
|
|
clear:both;
|
|
|
|
}
|
|
|
|
#profile_actions #profile_nudge input.submit {
|
|
|
|
margin-left:0;
|
|
|
|
width:100px;
|
|
|
|
}
|
|
|
|
|
2008-06-18 10:54:23 +09:00
|
|
|
#statistics dd {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions_avatars li {
|
2008-10-22 04:48:33 +09:00
|
|
|
float: left;
|
2008-06-18 10:54:23 +09:00
|
|
|
}
|
2008-10-22 04:48:33 +09:00
|
|
|
img.avatar.original, img.avatar.profile {
|
|
|
|
clear: none;
|
|
|
|
float: left;
|
|
|
|
}
|
2008-06-18 10:54:23 +09:00
|
|
|
|
|
|
|
#nav_pagination li a {
|
|
|
|
padding: 6px 15px;
|
|
|
|
line-height: 27px;
|
2008-11-15 12:35:49 +09:00
|
|
|
}
|