Skip to content

Commit 56af2b1

Browse files
committed
v2.1.2
1 parent f74e430 commit 56af2b1

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
== HEAD
22

3+
== 2.1.2 (May 11, 2013)
4+
35
* Revert root `color` and `background` normalizations.
46

57
== 2.1.1 (April 8, 2013)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# normalize.css v2.1.1
1+
# normalize.css v2
22

33
Normalize.css is a customisable CSS file that makes browsers render all
44
elements more consistently and in line with modern standards. We researched the
55
differences between default browser styles in order to precisely target only
66
the styles that need normalizing.
77

8-
[Check out the demo](http://necolas.github.io/normalize.css/2.1.0/test.html)
8+
[Check out the demo](http://necolas.github.io/normalize.css/latest/test.html)
99

1010
[Legacy browser support is available in v1](https://github.com/necolas/normalize.css/tree/v1)
1111

bower.json

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

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-css",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"styles": ["normalize.css"],
55
"author": "Nicolas Gallagher"
66
}

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
1+
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
22

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

0 commit comments

Comments
 (0)