list of profiles

darcs-hash:20080709220856-84dde-f3fc0fa4c5c37c66cf4d27b2d9e8f50d696e94ce.gz
This commit is contained in:
Evan Prodromou 2008-07-09 18:08:56 -04:00
parent 3f4ade4d0c
commit 2fdafa85af
2 changed files with 26 additions and 0 deletions

View File

@ -569,6 +569,19 @@ input#openid_url {
/* for people lists */
#profiles {
clear: both;
margin: 0 auto;
padding: 0;
list-style-type: none;
width: 540px;
border-top: 1px solid #dec5b5;
/*border: 1px solid #F00;*/
}
#profiles a:hover {
text-decoration: underline;
}
.profile_single {
clear: both;
display: block;

View File

@ -596,6 +596,19 @@ input#openid_url {
/* People lists (search results, maybe subscribers) */
#profiles {
clear: both;
margin: 0 auto;
padding: 0;
list-style-type: none;
width: 540px;
border-top: 1px solid #D8E2D7;
/*border: 1px solid #F00;*/
}
#profiles a:hover {
text-decoration: underline;
}
.profile_single {
clear: both;
display: block;