forked from GNUsocial/gnu-social
1e360fc3b2
darcs-hash:20080816200437-18f16-360a19784be7e063015fa71580e09d740d6a72b5.gz
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;
|
|
} |