From 8ea033652095b45cec010d5b9ae1dd75bf36d9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 6 Jan 2018 21:44:44 -0500 Subject: [PATCH] remove dotted line completely, too noisy --- sigal/themes/galleria/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigal/themes/galleria/static/css/style.css b/sigal/themes/galleria/static/css/style.css index 7b7d2cd..d4cf9e7 100644 --- a/sigal/themes/galleria/static/css/style.css +++ b/sigal/themes/galleria/static/css/style.css @@ -21,7 +21,7 @@ a:hover { /* remove SMALLCAPS style and dotted underline from some browsers */ abbr[title] { - text-decoration: dotted underline; + text-decoration: none; font-variant: none; border-bottom: none; }