1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Style the time :)

This commit is contained in:
Tim Düsterhus 2011-12-05 21:17:01 +01:00
parent 768c4f0066
commit cbd2814659

View File

@ -68,6 +68,18 @@
overflow-y: scroll; overflow-y: scroll;
} }
.chatMessage time, .chatMessage time::before, .chatMessage time::after {
font-size: .8em;
}
.chatMessage time::before {
content: "[";
}
.chatMessage time::after {
content: "]";
}
.chatSidebar a { .chatSidebar a {
outline: none; outline: none;
} }