From 97e78671617343e9ef8d8fc221200ecf1c18f260 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sun, 20 Jan 2013 17:38:28 -0800 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 4 +++- README.md | 4 ++-- component.json | 2 +- normalize.css | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5851f2..ef2d1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ == HEAD +== 1.1.0 (January 21, 2013) + * Normalize `text-transform` for `button` and `select`. * Normalize `hr` element (excluding IE 6/7). * Add `main` element to HTML5 display definitions. * Fix cursor style for disabled button `input`. -== 1.0.2 (17 November, 2012) +== 1.0.2 (November 17, 2012) * Correct `h6` font size normalization. diff --git a/README.md b/README.md index e2b7440..cf722b6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# normalize.css v1.0.2 +# normalize.css v1.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/1.0.2/test.html) +[Check out the demo](http://necolas.github.com/normalize.css/1.1.0/test.html) ## What does it do? diff --git a/component.json b/component.json index b7f9ca5..e766a99 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "1.0.2", + "version": "1.1.0", "author": "Nicolas Gallagher", "homepage": "http://necolas.github.com/normalize.css/", "styles": ["normalize.css"], diff --git a/normalize.css b/normalize.css index cf65c6d..4d4d01d 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v1.0.2 | MIT License | git.io/normalize */ +/*! normalize.css v1.1.0 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions