8000 v1.1.1 · necolas/normalize.css@1e768e7 · GitHub
Skip to content

Commit 1e768e7

Browse files
committed
v1.1.1
1 parent 437072a commit 1e768e7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
== HEAD
22

3+
== 1.1.1 (April 8, 2013)
4+
35
* Normalize root `color` and `background` to counter the effects of system
46
color schemes.
57

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# normalize.css v1.1.0
1+
# normalize.css v1.1.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

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-css",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Nicolas Gallagher",
55
"homepage": "http://necolas.github.com/normalize.css/",
66
"main": "normalize.css",

normalize.css

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

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

0 commit comments

Comments
 (0)