mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
v1.1.2
This commit is contained in:
parent
a27353cd9f
commit
223bec90d5
@ -1,5 +1,7 @@
|
||||
== HEAD
|
||||
|
||||
== 1.1.2 (May 11, 2013)
|
||||
|
||||
* Revert root `color` and `background` normalizations.
|
||||
|
||||
== 1.1.1 (April 8, 2013)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# normalize.css v1.1.1
|
||||
# normalize.css v1
|
||||
|
||||
Normalize.css is a customisable CSS file that makes browsers render all
|
||||
elements more consistently and in line with modern standards. We researched the
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "normalize-css",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"main": "normalize.css",
|
||||
"author": "Nicolas Gallagher",
|
||||
"ignore": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "normalize-css",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"styles": ["normalize.css"],
|
||||
"author": "Nicolas Gallagher"
|
||||
}
|
||||
|
2
normalize.css
vendored
2
normalize.css
vendored
@ -1,4 +1,4 @@
|
||||
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
|
||||
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
|
||||
|
||||
/* ==========================================================================
|
||||
HTML5 display definitions
|
||||
|
Loading…
Reference in New Issue
Block a user