From 8a6f481816bbcf525cb05721b08905e91bea724a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 20 Aug 2017 20:51:11 +0200 Subject: [PATCH] css: remove text-decoration from abbr This is on by default on Firefox. --- content/media/css/lldpd.2.article.less | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5