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

View File

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