Add chat modifiers and history
This commit is contained in:
parent
d788721b3f
commit
328b38f319
4 changed files with 55 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue