forked from GNUsocial/gnu-social
111bab65b4
Rather than trying to backfill a default theme from the Simple Life theme, we're just going to copy the stoica theme, and make some changes so it looks distinctive. darcs-hash:20080618015423-84dde-3644c6b25bf00333b5d2eb495b6740c1c26751b1.gz
23 lines
285 B
CSS
23 lines
285 B
CSS
@charset "UTF-8";
|
|
/* CSS Document */
|
|
|
|
#nav_views li {
|
|
line-height: 19px;
|
|
}
|
|
#statistics dd {
|
|
clear: both;
|
|
}
|
|
|
|
#profile p.notice_current {
|
|
height: 96px;
|
|
}
|
|
|
|
#subscriptions_avatars li {
|
|
margin: 0 3px 0 0;
|
|
}
|
|
|
|
|
|
#nav_pagination li a {
|
|
padding: 6px 15px;
|
|
line-height: 27px;
|
|
} |