Skip to content

Commit 97e7867

Browse files
committed
v1.1.0
1 parent 0c847f3 commit 97e7867

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
== HEAD
22

3+
== 1.1.0 (January 21, 2013)
4+
35
* Normalize `text-transform` for `button` and `select`.
46
* Normalize `hr` element (excluding IE 6/7).
57
* Add `main` element to HTML5 display definitions.
68
* Fix cursor style for disabled button `input`.
79

8-
== 1.0.2 (17 November, 2012)
10+
== 1.0.2 (November 17, 2012)
911

1012
* Correct `h6` font size normalization.
1113

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# normalize.css v1.0.2
1+
# normalize.css v1.1.0
22

33
Normalize.css is a customisable CSS file that makes browsers render all
44
elements more consistently and in line with modern standards. We researched the
55
differences between default browser styles in order to precisely target only
66
the styles that need normalizing.
77

8-
[Check out the demo](http://necolas.github.com/normalize.css/1.0.2/test.html)
8+
[Check out the demo](http://necolas.github.com/normalize.css/1.1.0/test.html)
99

1010
## What does it do?
1111

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-css",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"author": "Nicolas Gallagher",
55
"homepage": "http://necolas.github.com/normalize.css/",
66
"styles": ["normalize.css"],

normalize.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
1+
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
22

33
/* ==========================================================================
44
HTML5 display definitions

0 commit comments

Comments
 (0)