Merge pull request #218 from williamjacksn/master

Half-op section in user list is missing title
This commit is contained in:
Mattias Erming 2014-10-06 19:01:14 +02:00
commit 189fed861a
1 changed files with 3 additions and 0 deletions

View File

@ -700,6 +700,9 @@ button {
#chat .user-mode.op:before {
content: "Operators";
}
#chat .user-mode.half-op:before {
content: "Half-Operators";
}
#chat .user-mode.voice:before {
content: "Voiced";
}