Don't underline links

This commit is contained in:
JC Brand 2013-03-04 23:05:23 +02:00
parent 2791143508
commit e8e9718b01

View File

@ -43,6 +43,10 @@
padding: 3px 0 3px 7px;
}
.chatbox a {
text-decoration: none;
}
.chat-head-chatbox {
background-color: rgb(89, 106, 114);
background-color: rgba(89, 106, 114, 1);