mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
v2.1.2
This commit is contained in:
parent
f74e430833
commit
56af2b1170
@ -1,5 +1,7 @@
|
|||||||
== HEAD
|
== HEAD
|
||||||
|
|
||||||
|
== 2.1.2 (May 11, 2013)
|
||||||
|
|
||||||
* Revert root `color` and `background` normalizations.
|
* Revert root `color` and `background` normalizations.
|
||||||
|
|
||||||
== 2.1.1 (April 8, 2013)
|
== 2.1.1 (April 8, 2013)
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# normalize.css v2.1.1
|
# normalize.css v2
|
||||||
|
|
||||||
Normalize.css is a customisable CSS file that makes browsers render all
|
Normalize.css is a customisable CSS file that makes browsers render all
|
||||||
elements more consistently and in line with modern standards. We researched the
|
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/2.1.0/test.html)
|
[Check out the demo](http://necolas.github.io/normalize.css/latest/test.html)
|
||||||
|
|
||||||
[Legacy browser support is available in v1](https://github.com/necolas/normalize.css/tree/v1)
|
[Legacy browser support is available in v1](https://github.com/necolas/normalize.css/tree/v1)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize-css",
|
"name": "normalize-css",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"main": "normalize.css",
|
"main": "normalize.css",
|
||||||
"author": "Nicolas Gallagher",
|
"author": "Nicolas Gallagher",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize-css",
|
"name": "normalize-css",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"styles": ["normalize.css"],
|
"styles": ["normalize.css"],
|
||||||
"author": "Nicolas Gallagher"
|
"author": "Nicolas Gallagher"
|
||||||
}
|
}
|
||||||
|
2
normalize.css
vendored
2
normalize.css
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
|
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
HTML5 display definitions
|
HTML5 display definitions
|
||||||
|
Loading…
Reference in New Issue
Block a user