remove some very old pre-tab private message stuff

This commit is contained in:
mappu 2017-02-05 15:43:52 +13:00
parent a9dc45f727
commit 299a1c12e1
2 changed files with 1 additions and 12 deletions

View File

@ -300,7 +300,7 @@ html,body {
/* Text */
.tx-sys, .tx-user, .tx-chat, .tx-private {
.tx-sys, .tx-user, .tx-chat {
white-space:pre-wrap;
}
.tx-time {
@ -317,10 +317,6 @@ html,body {
.tx-chat {
color: black;
}
.tx-private {
color: red;
font-style: italic;
}
/* webkit scrollbars */

View File

@ -131,13 +131,6 @@ var write = function(tab) {
return this.time().
pubnick(u).raw(' ').
c('tx-chat', sanitise(s)).raw('<br/>');
},
'priv': function(f, t, s) {
return this.time().
c('tx-user', '&lt;'+hesc(f)+'&nbsp;-&gt;&nbsp'+hesc(t)+'&gt;').
raw('&nbsp').
c('tx-private', sanitise(s)).
raw('<br/>');
}
};
};