From 722005655c427718208b177ac7142eb242a49504 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 16 Oct 2014 20:47:35 +0000 Subject: [PATCH] Twenty Fifteen: make sure we don't see borders through transparent linked images. Props iamtakashi, fixes #29963. git-svn-id: https://develop.svn.wordpress.org/trunk@29927 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 4c18735d12..a860b95eaf 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -150,6 +150,7 @@ a:active { a img { border: 0; + display: block; }