Add a user list

This commit is contained in:
Trever Fischer
2012-03-02 21:19:56 -05:00
parent b246ac8910
commit 2976830bf6
5 changed files with 32 additions and 0 deletions

View File

@@ -228,4 +228,17 @@ tr.sticky a:link {
border-bottom: 0px;
color: #fff;
padding: 1em;
margin-top: 1em;
}
#profile-list ul {
display:block;
list-style: none;
}
#profile-list li {
float: left;
border:3px solid black;
padding: 3px;
text-align: center;
}