From: Marius Gavrilescu Date: Thu, 2 Jul 2015 15:14:53 +0000 (+0300) Subject: Use underline instead of ticks/x marks X-Git-Tag: 0.002~6 X-Git-Url: http://git.ieval.ro/?p=nethack-naodash.git;a=commitdiff_plain;h=97c8b5c7c23acb0ffda833d4ab528c3cfc683cab Use underline instead of ticks/x marks --- diff --git a/web/dash.css b/web/dash.css index 82a0bc6..5c57cb6 100644 --- a/web/dash.css +++ b/web/dash.css @@ -39,10 +39,6 @@ h2:after { text-align: center; } -span[title]:after { - content: " ✗"; -} - span[title] { color: #D33; font-family: monospace; @@ -53,10 +49,7 @@ span[title] { span[title].done { color: #8F8; -} - -span[title].done:after { - content: " ✓"; + text-decoration: underline; } dl {