Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jan 21, 2013
1 parent 5c0d44e commit 341199f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
== HEAD

== 2.1.0 (January 21, 2013)

* Normalize `text-transform` for `button` and `select`.
* Normalize `h1` margin when within HTML5 sectioning elements.
* Normalize `hr` element.
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -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
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/2.0.1/test.html)
[Check out the demo](http://necolas.github.com/normalize.css/2.1.0/test.html)

## What does it do?

Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "normalize-css",
"version": "2.0.1",
"version": "2.1.0",
"author": "Nicolas Gallagher",
"homepage": "http://necolas.github.com/normalize.css/",
"styles": ["normalize.css"],
Expand Down
2 changes: 1 addition & 1 deletion normalize.css
@@ -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
Expand Down

0 comments on commit 341199f

Please sign in to comment.