Make EmoteList self-contained instead of referencing globals

This commit is contained in:
calzoneman 2016-03-29 23:31:02 -07:00
parent 4e011c0d26
commit d59daab2ae
10 changed files with 59 additions and 50 deletions

View file

@ -26,7 +26,7 @@ footer {
background-color: #ffffff;
}
#emotelist td {
.emotelist-table td {
background-color: #f0f0f0;
}