mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
v2.1.1
This commit is contained in:
parent
34614f4811
commit
691c71b985
@ -1,5 +1,7 @@
|
|||||||
== HEAD
|
== HEAD
|
||||||
|
|
||||||
|
== 2.1.1 (April 7, 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,4 +1,4 @@
|
|||||||
# normalize.css v2.1.0
|
# normalize.css v2.1.1
|
||||||
|
|
||||||
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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize-css",
|
"name": "normalize-css",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"author": "Nicolas Gallagher",
|
"author": "Nicolas Gallagher",
|
||||||
"homepage": "http://necolas.github.com/normalize.css/",
|
"homepage": "http://necolas.github.com/normalize.css/",
|
||||||
"main": "normalize.css",
|
"main": "normalize.css",
|
||||||
|
2
normalize.css
vendored
2
normalize.css
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
HTML5 display definitions
|
HTML5 display definitions
|
||||||
|
Loading…
Reference in New Issue
Block a user