# HG changeset patch # User domruf # Date 1509055106 -7200 # Node ID 7b7b594169108b3786b9a133c3d62fe10fab96ff # Parent 01150c6eedc01e71946038738e04a0d561299af5 less: remove line-through for - line-through makes it hard to read - since the text is already red it is kinda redundant - it gets overriden by kallithea-diff.less line 87 anyway diff -r 01150c6eedc0 -r 7b7b59416910 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Thu Oct 26 00:51:18 2017 +0200 +++ b/kallithea/public/css/style.css Thu Oct 26 23:58:26 2017 +0200 @@ -26,9 +26,6 @@ border-radius: inherit; overflow: inherit; } -del { - text-decoration: line-through; -} a { color: #577632; text-decoration: none; diff -r 01150c6eedc0 -r 7b7b59416910 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Thu Oct 26 00:51:18 2017 +0200 +++ b/kallithea/public/less/style.less Thu Oct 26 23:58:26 2017 +0200 @@ -27,9 +27,7 @@ border-radius: inherit; overflow: inherit; } -del { - text-decoration: line-through; -} + a { color: #577632; text-decoration: none;