Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jan 21, 2013
1 parent 0c847f3 commit 97e7867
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
== HEAD

== 1.1.0 (January 21, 2013)

* Normalize `text-transform` for `button` and `select`.
* Normalize `hr` element (excluding IE 6/7).
* Add `main` element to HTML5 display definitions.
* Fix cursor style for disabled button `input`.

== 1.0.2 (17 November, 2012)
== 1.0.2 (November 17, 2012)

* Correct `h6` font size normalization.

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.2
# normalize.css v1.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/1.0.2/test.html)
[Check out the demo](http://necolas.github.com/normalize.css/1.1.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.2",
"version": "1.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
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 97e7867

Please sign in to comment.