css: also support consecutive spaces in system messages

This commit is contained in:
mappu 2017-02-05 15:43:16 +13:00
parent 5f8544f031
commit a9dc45f727
1 changed files with 3 additions and 1 deletions

View File

@ -300,6 +300,9 @@ html,body {
/* Text */
.tx-sys, .tx-user, .tx-chat, .tx-private {
white-space:pre-wrap;
}
.tx-time {
color:grey;
}
@ -313,7 +316,6 @@ html,body {
}
.tx-chat {
color: black;
white-space:pre-wrap;
}
.tx-private {
color: red;