This commit is contained in:
Nicolas Gallagher 2013-01-20 17:38:28 -08:00
parent 0c847f3283
commit 97e7867161
4 changed files with 7 additions and 5 deletions

View File

@ -1,11 +1,13 @@
== HEAD == HEAD
== 1.1.0 (January 21, 2013)
* Normalize `text-transform` for `button` and `select`. * Normalize `text-transform` for `button` and `select`.
* Normalize `hr` element (excluding IE 6/7). * Normalize `hr` element (excluding IE 6/7).
* Add `main` element to HTML5 display definitions. * Add `main` element to HTML5 display definitions.
* Fix cursor style for disabled button `input`. * Fix cursor style for disabled button `input`.
== 1.0.2 (17 November, 2012) == 1.0.2 (November 17, 2012)
* Correct `h6` font size normalization. * Correct `h6` font size normalization.

View File

@ -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 Normalize.css is a customisable CSS file that makes browsers render all
elements more consistently and in line with modern standards. We researched the elements more consistently and in line with modern standards. We researched the
differences between default browser styles in order to precisely target only differences between default browser styles in order to precisely target only
the styles that need normalizing. 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? ## What does it do?

View File

@ -1,6 +1,6 @@
{ {
"name": "normalize-css", "name": "normalize-css",
"version": "1.0.2", "version": "1.1.0",
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"homepage": "http://necolas.github.com/normalize.css/", "homepage": "http://necolas.github.com/normalize.css/",
"styles": ["normalize.css"], "styles": ["normalize.css"],

2
normalize.css vendored
View File

@ -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 HTML5 display definitions