forked from GNUsocial/gnu-social
01ede5ca1e
darcs-hash:20080710032953-e4794-beb1a282ccfa8f3bf977d2ed28a863ba9084d86c.gz
20 lines
264 B
CSS
20 lines
264 B
CSS
@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;
|
|
} |