From f7d47141548562949c04f294aead977d641e60ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 15 Sep 2017 20:47:01 +0200 Subject: [PATCH] css: avoid IE doing ugly things where it shouldn't. --- css/m-components.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/m-components.css b/css/m-components.css index c0d0c8b1..51a30f41 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -77,6 +77,7 @@ a { a:hover, a:focus, a:active { color: var(--link-active-color); } +a img { border: 0; } /* Why you so special, IE?! */ mark { padding: 0.0625rem; background-color: var(--mark-background-color); -- 2.30.2