diff --git a/CHANGELOG.md b/CHANGELOG.md index 41055ff..0ca7cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ == HEAD +== 2.1.2 (May 11, 2013) + * Revert root `color` and `background` normalizations. == 2.1.1 (April 8, 2013) diff --git a/README.md b/README.md index 62ac43c..87b60ea 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# normalize.css v2.1.1 +# normalize.css v2 Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing. -[Check out the demo](http://necolas.github.io/normalize.css/2.1.0/test.html) +[Check out the demo](http://necolas.github.io/normalize.css/latest/test.html) [Legacy browser support is available in v1](https://github.com/necolas/normalize.css/tree/v1) diff --git a/bower.json b/bower.json index fb5026b..c96b7cd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "2.1.1", + "version": "2.1.2", "main": "normalize.css", "author": "Nicolas Gallagher", "ignore": [ diff --git a/component.json b/component.json index 09ed0c1..41e4d0b 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "2.1.1", + "version": "2.1.2", "styles": ["normalize.css"], "author": "Nicolas Gallagher" } diff --git a/normalize.css b/normalize.css index e39087d..6adf56e 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v2.1.1 | MIT License | git.io/normalize */ +/*! normalize.css v2.1.2 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions