From ad8ea1b18e9b60667fde977ad328be71179cd480 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 12 Jul 2020 21:04:48 -0400 Subject: Move nick delimiters into HTML generation So that they can be copied. --- default.css | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'default.css') 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%; -- cgit 1.4.1