From: Vladimír Vondruš Date: Fri, 15 Sep 2017 18:47:01 +0000 (+0200) Subject: css: avoid IE doing ugly things where it shouldn't. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=f7d47141548562949c04f294aead977d641e60ac;p=blog.git css: avoid IE doing ugly things where it shouldn't. --- 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);