We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962c89 commit 3a62048Copy full SHA for 3a62048
CHANGELOG.md
@@ -1,5 +1,6 @@
1
=== HEAD
2
3
+* Only alter `background-color` of links in IE 10.
4
* Add `menu` element to HTML5 display definitions.
5
6
=== 3.0.1 (March 27, 2014)
normalize.css
@@ -86,7 +86,7 @@ template {
86
*/
87
88
a {
89
- background: transparent;
+ background-color: transparent;
90
}
91
92
/**
0 commit comments