diff options
Diffstat (limited to 'default.css')
-rw-r--r-- | default.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/default.css b/default.css index 658ff22..fc790d2 100644 --- a/default.css +++ b/default.css @@ -111,18 +111,6 @@ tr:target td.time a { td.nick { text-align: right; } -tr.privmsg td.nick span::before { - content: '<'; -} -tr.privmsg td.nick span::after { - content: '>'; -} -tr.action td.nick span::before { - content: '* '; -} -tr.notice td.nick span::before, tr.notice td.nick span::after { - content: '-'; -} td.message { width: 100%; |