changeset 6983:7b7b59416910

less: remove line-through for <del> - 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
author domruf <dominikruf@gmail.com>
date Thu, 26 Oct 2017 23:58:26 +0200
parents 01150c6eedc0
children 00703cdbd343
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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;