Only alter 'background-color' of links in IE 10

Close #337
This commit is contained in:
Maxime Thirouin 2014-05-30 16:58:58 +02:00 committed by Nicolas Gallagher
parent 5962c89829
commit 3a62048dae
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
=== HEAD === HEAD
* Only alter `background-color` of links in IE 10.
* Add `menu` element to HTML5 display definitions. * Add `menu` element to HTML5 display definitions.
=== 3.0.1 (March 27, 2014) === 3.0.1 (March 27, 2014)

2
normalize.css vendored
View File

@ -86,7 +86,7 @@ template {
*/ */
a { a {
background: transparent; background-color: transparent;
} }
/** /**