mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
v2.0.1
This commit is contained in:
parent
dcc17fd21a
commit
994782f372
@ -1,4 +1,4 @@
|
|||||||
== HEAD
|
== 2.0.1 (August 20, 2012)
|
||||||
|
|
||||||
* Remove stray IE 6/7 `inline-block` hack from HTML5 display settings.
|
* Remove stray IE 6/7 `inline-block` hack from HTML5 display settings.
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# normalize.css v2.0.0
|
# normalize.css v2.0.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
|
||||||
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.com/normalize.css/2.0.0/test.html)
|
[Check out the demo](http://necolas.github.com/normalize.css/2.0.1/test.html)
|
||||||
|
|
||||||
## What does it do?
|
## What does it do?
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize-css",
|
"name": "normalize-css",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"author": "Nicolas Gallagher",
|
"author": "Nicolas Gallagher",
|
||||||
"homepage": "http://necolas.github.com/normalize.css",
|
"homepage": "http://necolas.github.com/normalize.css/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/necolas/normalize.css.git"
|
"url": "https://github.com/necolas/normalize.css.git"
|
||||||
|
2
normalize.css
vendored
2
normalize.css
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! normalize.css v2.0.0 | MIT License | git.io/normalize */
|
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
HTML5 display definitions
|
HTML5 display definitions
|
||||||
|
Loading…
Reference in New Issue
Block a user