From 341199ff56bfa3b0a252bd3fbc96b39213a17e34 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sun, 20 Jan 2013 17:35:12 -0800 Subject: [PATCH] v2.1.0 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- component.json | 2 +- normalize.css | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b1cb5..306f2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ == HEAD +== 2.1.0 (January 21, 2013) + * Normalize `text-transform` for `button` and `select`. * Normalize `h1` margin when within HTML5 sectioning elements. * Normalize `hr` element. diff --git a/README.md b/README.md index 6a3cc90..4623dd9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# normalize.css v2.0.1 +# normalize.css v2.1.0 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.com/normalize.css/2.0.1/test.html) +[Check out the demo](http://necolas.github.com/normalize.css/2.1.0/test.html) ## What does it do? diff --git a/component.json b/component.json index 393f61e..006d0dc 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "2.0.1", + "version": "2.1.0", "author": "Nicolas Gallagher", "homepage": "http://necolas.github.com/normalize.css/", "styles": ["normalize.css"], diff --git a/normalize.css b/normalize.css index c433c0a..a9c6f52 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ +/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions