Merge pull request #535 from necolas/fix/img-border

Only normalize border-style on img
This commit is contained in:
Jonathan Neal 2016-03-17 11:10:54 -04:00
commit 7b962ccf45

4
normalize.css vendored
View File

@ -188,11 +188,11 @@ sub {
========================================================================== */ ========================================================================== */
/** /**
* Remove border when inside `a` element in IE 8/9/10. * Correct border-style given when inside `a` element in IE 8/9/10.
*/ */
img { img {
border: 0; border-style: none;
} }
/** /**