2008-06-18 10:54:23 +09:00
|
|
|
@charset "UTF-8";
|
|
|
|
/* CSS Document */
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|