remove some very old pre-tab private message stuff
This commit is contained in:
parent
a9dc45f727
commit
299a1c12e1
@ -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 */
|
||||
|
||||
|
@ -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', '<'+hesc(f)+' -> '+hesc(t)+'>').
|
||||
raw(' ').
|
||||
c('tx-private', sanitise(s)).
|
||||
raw('<br/>');
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user