Skip to content

Commit 857aa8b

Browse files
committed
v1.1.3
1 parent e44e170 commit 857aa8b

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
1-
== HEAD
1+
=== HEAD
2+
3+
=== 1.1.3 (August 30, 2013)
24

35
* Update component.json to fit new specification
46

5-
== 1.1.2 (May 11, 2013)
7+
=== 1.1.2 (May 11, 2013)
68

79
* Revert root `color` and `background` normalizations.
810

9-
== 1.1.1 (April 8, 2013)
11+
=== 1.1.1 (April 8, 2013)
1012

1113
* Normalize root `color` and `background` to counter the effects of system
1214
color schemes.
1315

14-
== 1.1.0 (January 21, 2013)
16+
=== 1.1.0 (January 21, 2013)
1517

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

21-
== 1.0.2 (November 17, 2012)
23+
=== 1.0.2 (November 17, 2012)
2224

2325
* Correct `h6` font size normalization.
2426

25-
== 1.0.1 (August 19, 2012)
27+
=== 1.0.1 (August 19, 2012)
2628

2729
* Adjust `small` font size normalization.
2830

29-
== 1.0.0 (August 14, 2012)
31+
=== 1.0.0 (August 14, 2012)
3032

3133
(Only the notable changes since public release)
3234

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ elements more consistently and in line with modern standards. We researched the
77
differences between default browser styles in order to precisely target only
88
the styles that need normalizing.
99

10-
[Check out the demo](http://necolas.github.io/normalize.css/1.1.0/test.html)
10+
[Check out the demo](http://necolas.github.io/normalize.css/1.1.3/test.html)
1111

1212
## What does it do?
1313

bower.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.2",
3+
"version": "1.1.3",
44
"main": "normalize.css",
55
"author": "Nicolas Gallagher",
66
"ignore": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "normalize-css",
33
"repo": "necolas/normalize.css",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"styles": ["normalize.css"],
66
"author": "Nicolas Gallagher",
77
"license": "MIT"

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.2 | MIT License | git.io/normalize */
1+
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
22

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

0 commit comments

Comments
 (0)