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
This commit is contained in:
Ian Stewart 2014-10-16 20:47:35 +00:00
parent 019998e325
commit 722005655c

View File

@ -150,6 +150,7 @@ a:active {
a img {
border: 0;
display: block;
}