This commit is contained in:
Nicolas Gallagher 2012-08-19 20:37:31 +01:00
parent 7e014980b9
commit 494d32bd1d
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
== HEAD == 2.0.0 (August 19, 2012)
* Remove legacy browser form normalizations. * Remove legacy browser form normalizations.
* Remove all list normalizations. * Remove all list normalizations.

View File

@ -1,11 +1,11 @@
# normalize.css v1.0.1 # normalize.css v2.0.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.1/test.html) [Check out the demo](http://necolas.github.com/normalize.css/2.0.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.1", "version": "2.0.0",
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"homepage": "http://necolas.github.com/normalize.css", "homepage": "http://necolas.github.com/normalize.css",
"repository": { "repository": {

2
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */ /*! normalize.css v2.0.0 | MIT License | git.io/normalize */
/* ========================================================================== /* ==========================================================================
HTML5 display definitions HTML5 display definitions