mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
3.0.2
This commit is contained in:
parent
bb82bc9b87
commit
d83132802e
@ -1,5 +1,7 @@
|
||||
=== HEAD
|
||||
|
||||
=== 3.0.2 (October 4, 2014)
|
||||
|
||||
* Only alter `background-color` of links in IE 10.
|
||||
* Add `menu` element to HTML5 display definitions.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "normalize-css",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"main": "normalize.css",
|
||||
"author": "Nicolas Gallagher",
|
||||
"ignore": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "normalize.css",
|
||||
"repo": "necolas/normalize.css",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"styles": ["normalize.css"],
|
||||
"author": "Nicolas Gallagher",
|
||||
"license": "MIT"
|
||||
|
2
normalize.css
vendored
2
normalize.css
vendored
@ -1,4 +1,4 @@
|
||||
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
|
||||
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||
|
||||
/**
|
||||
* 1. Set default font family to sans-serif.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "normalize.css",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"description": "Normalize.css as a node packaged module",
|
||||
"style": "normalize.css",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user