]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
css: remove text-decoration from abbr
authorVincent Bernat <vincent@bernat.im>
Sun, 20 Aug 2017 18:51:11 +0000 (20:51 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 20 Aug 2017 18:51:11 +0000 (20:51 +0200)
This is on by default on Firefox.

content/media/css/lldpd.2.article.less

index 1a91c8c7fa13e36dc14a8636daed5a1ef6d43c40..51bd3d48d0fa37bfb864c741fac53812a6e8aff6 100644 (file)
@@ -63,6 +63,7 @@ article {
     abbr {
        cursor: help;
        border-bottom: 1px dashed lighten(@theme-color, 45%);
+        text-decoration: none;
     }
 
     ul {