Add chat modifiers and history

This commit is contained in:
calzoneman 2013-03-29 13:15:46 -05:00
parent d788721b3f
commit 328b38f319
4 changed files with 55 additions and 3 deletions

View file

@ -56,7 +56,7 @@
border-left: 0;
}
#messagebuffer div {
#messagebuffer div, #messagebuffer code {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
@ -106,6 +106,10 @@
font-size: 18pt;
}
.mono {
font-family: Monospace;
}
.poll-notify {
color: #0000aa;
font-weight: bold;