From: Vincent Bernat Date: Sun, 20 Aug 2017 18:51:11 +0000 (+0200) Subject: css: remove text-decoration from abbr X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a6f481816bbcf525cb05721b08905e91bea724a;p=thirdparty%2Flldpd.git css: remove text-decoration from abbr This is on by default on Firefox. --- diff --git a/content/media/css/lldpd.2.article.less b/content/media/css/lldpd.2.article.less index 1a91c8c7..51bd3d48 100644 --- a/content/media/css/lldpd.2.article.less +++ b/content/media/css/lldpd.2.article.less @@ -63,6 +63,7 @@ article { abbr { cursor: help; border-bottom: 1px dashed lighten(@theme-color, 45%); + text-decoration: none; } ul {