implement nick highlight feature in chat

This commit is contained in:
Stefan Breunig
2013-02-05 15:33:15 +01:00
parent 7f7d716d2b
commit 6c6cd10827
4 changed files with 22 additions and 3 deletions

View File

@ -106,6 +106,11 @@ a:hover {
border-bottom: 0;
}
#em {
color: red;
font-style: normal;
}
#chat.expand {
height:auto;
top: 25px;