Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Aug 19, 2012
1 parent 7e01498 commit 494d32b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== HEAD
== 2.0.0 (August 19, 2012)

* Remove legacy browser form normalizations.
* Remove all list normalizations.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
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.1/test.html)
[Check out the demo](http://necolas.github.com/normalize.css/2.0.0/test.html)

## What does it do?

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-css",
"version": "1.0.1",
"version": "2.0.0",
"author": "Nicolas Gallagher",
"homepage": "http://necolas.github.com/normalize.css",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion normalize.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 494d32b

Please sign in to comment.