Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Aug 30, 2013
1 parent e44e170 commit 857aa8b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
@@ -1,32 +1,34 @@
== HEAD === HEAD

=== 1.1.3 (August 30, 2013)


* Update component.json to fit new specification * Update component.json to fit new specification


== 1.1.2 (May 11, 2013) === 1.1.2 (May 11, 2013)


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


== 1.1.1 (April 8, 2013) === 1.1.1 (April 8, 2013)


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


== 1.1.0 (January 21, 2013) === 1.1.0 (January 21, 2013)


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


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


* Correct `h6` font size normalization. * Correct `h6` font size normalization.


== 1.0.1 (August 19, 2012) === 1.0.1 (August 19, 2012)


* Adjust `small` font size normalization. * Adjust `small` font size normalization.


== 1.0.0 (August 14, 2012) === 1.0.0 (August 14, 2012)


(Only the notable changes since public release) (Only the notable changes since public release)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ elements more consistently and in line with modern standards. We researched the
differences between default browser styles in order to precisely target only differences between default browser styles in order to precisely target only
the styles that need normalizing. the styles that need normalizing.


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


## What does it do? ## What does it do?


Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{ {
"name": "normalize-css", "name": "normalize-css",
"version": "1.1.2", "version": "1.1.3",
"main": "normalize.css", "main": "normalize.css",
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"ignore": [ "ignore": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,7 +1,7 @@
{ {
"name": "normalize-css", "name": "normalize-css",
"repo": "necolas/normalize.css", "repo": "necolas/normalize.css",
"version": "1.1.2", "version": "1.1.3",
"styles": ["normalize.css"], "styles": ["normalize.css"],
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"license": "MIT" "license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion normalize.css
@@ -1,4 +1,4 @@
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */ /*! normalize.css v1.1.3 | MIT License | git.io/normalize */


/* ========================================================================== /* ==========================================================================
HTML5 display definitions HTML5 display definitions
Expand Down

0 comments on commit 857aa8b

Please sign in to comment.