summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-12 21:04:48 -0400
committerJune McEnroe <june@causal.agency>2020-07-12 21:05:58 -0400
commitad8ea1b18e9b60667fde977ad328be71179cd480 (patch)
treec30c085c14809c6c0c78945f9a1752db2aec906b /default.css
parentAdd explicit mark colors (diff)
downloadscooper-ad8ea1b18e9b60667fde977ad328be71179cd480.tar.gz
scooper-ad8ea1b18e9b60667fde977ad328be71179cd480.zip
Move nick delimiters into HTML generation
So that they can be copied.
Diffstat (limited to 'default.css')
-rw-r--r--default.css12
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%;