Skip to content

Commit dafaf9e

Browse files
committed
v2.1.3
1 parent 4925d9b commit dafaf9e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
=== HEAD
22

3+
=== 2.1.3 (August 26, 2013)
4+
35
* Fix component.json.
46
* Remove the gray background color from active links in IE 10.
57

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-css",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"main": "normalize.css",
55
"author": "Nicolas Gallagher",
66
"ignore": [

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "normalize-css",
33
"repo": "necolas/normalize.css",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"styles": ["normalize.css"],
66
"author": "Nicolas Gallagher",
77
"license": "MIT"

normalize.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
1+
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
22

33
/* ==========================================================================
44
HTML5 display definitions

0 commit comments

Comments
 (0)