2008-06-11 02:13:03 +09:00
|
|
|
@charset "UTF-8";
|
|
|
|
/* CSS Document */
|
|
|
|
|
|
|
|
#statistics dd {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#subscriptions_avatars li {
|
2008-07-10 12:29:53 +09:00
|
|
|
float: left;
|
2008-06-11 02:13:03 +09:00
|
|
|
}
|
2008-07-10 12:29:53 +09:00
|
|
|
img.avatar.original, img.avatar.profile {
|
|
|
|
clear: none;
|
|
|
|
float: left;
|
|
|
|
}
|
2008-06-11 02:13:03 +09:00
|
|
|
|
|
|
|
#nav_pagination li a {
|
|
|
|
padding: 6px 15px;
|
|
|
|
line-height: 27px;
|
|
|
|
}
|