This commit is contained in:
Nicolas Gallagher 2013-01-20 17:35:12 -08:00
parent 5c0d44e002
commit 341199ff56
4 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
== HEAD == HEAD
== 2.1.0 (January 21, 2013)
* Normalize `text-transform` for `button` and `select`. * Normalize `text-transform` for `button` and `select`.
* Normalize `h1` margin when within HTML5 sectioning elements. * Normalize `h1` margin when within HTML5 sectioning elements.
* Normalize `hr` element. * Normalize `hr` element.

View File

@ -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 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/2.0.1/test.html) [Check out the demo](http://necolas.github.com/normalize.css/2.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": "2.0.1", "version": "2.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 v2.0.1 | MIT License | git.io/normalize */ /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ========================================================================== /* ==========================================================================
HTML5 display definitions HTML5 display definitions