20 lines
264 B
Plaintext
20 lines
264 B
Plaintext
|
@charset "UTF-8";
|
||
|
/* CSS Document */
|
||
|
|
||
|
#statistics dd {
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
|
||
|
#subscriptions_avatars li {
|
||
|
float: left;
|
||
|
}
|
||
|
img.avatar.original, img.avatar.profile {
|
||
|
clear: none;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#nav_pagination li a {
|
||
|
padding: 6px 15px;
|
||
|
line-height: 27px;
|
||
|
}
|