Skip to content

Commit 994782f

Browse files
committed
v2.0.1
1 parent dcc17fd commit 994782f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
== HEAD
1+
== 2.0.1 (August 20, 2012)
22

33
* Remove stray IE 6/7 `inline-block` hack from HTML5 display settings.
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# normalize.css v2.0.0
1+
# normalize.css v2.0.1
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/2.0.0/test.html)
8+
[Check out the demo](http://necolas.github.com/normalize.css/2.0.1/test.html)
99

1010
## What does it do?
1111

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "normalize-css",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "Nicolas Gallagher",
5-
"homepage": "http://necolas.github.com/normalize.css",
5+
"homepage": "http://necolas.github.com/normalize.css/",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/necolas/normalize.css.git"

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v2.0.0 | MIT License | git.io/normalize */
1+
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
22

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

0 commit comments

Comments
 (0)