chiark / gitweb /
css: avoid IE doing ugly things where it shouldn't.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 15 Sep 2017 18:47:01 +0000 (20:47 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 11 Oct 2017 19:54:40 +0000 (21:54 +0200)
css/m-components.css

index c0d0c8b1c268f4aca4ff1eb679e90dbe33d24e3b..51a30f41ca4e285fa5c3a41e772a806705c94d3a 100644 (file)
@@ -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);