mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Merge pull request #535 from necolas/fix/img-border
Only normalize border-style on img
This commit is contained in:
commit
7b962ccf45
4
normalize.css
vendored
4
normalize.css
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user