Fix up the site user list

This commit is contained in:
Trever Fischer
2012-04-21 11:44:46 -04:00
parent 1c01adbf0d
commit 3ce1e114c1
3 changed files with 19 additions and 5 deletions

View File

@@ -247,15 +247,17 @@ tr.sticky a:link {
margin-top: 1em;
}
#profile-list ul {
.profile-list ul {
display:block;
list-style: none;
}
#profile-list li {
.profile-list li {
float: left;
border:3px solid black;
padding: 3px;
width: 128px;
height: 128px;
text-align: center;
}