normalize-rails 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/README.md +1 -1
- data/lib/normalize-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/normalize-rails/normalize.css +5 -3
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1ba475129f01fe8d79a171b902108e7d8756ea8
|
|
4
|
+
data.tar.gz: 3a30588efbfcb1715bda3d60b0b11ca8af329ebf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81b72c90231aefbb7225b77320f243d0ccfd1078ac4807c117342e4d5bfc60315dbe12d9fee48187b67559c473bc2c88aae7d5ed5892b36c3ee1991779b0917e
|
|
7
|
+
data.tar.gz: ce3a8e5531bcc91f1efeb3723f6ad251768b6f7e63da52157e56b4083aa97f0ba70a494650ae2a9157843f127a37973787accfc98d5541aa6f62110ce3b87070
|
data/.gitignore
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! normalize.css v3.0.
|
|
1
|
+
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* 1. Set default font family to sans-serif.
|
|
@@ -25,7 +25,8 @@ body {
|
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
|
28
|
-
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
|
28
|
+
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
|
29
|
+
* and Firefox.
|
|
29
30
|
* Correct `block` display not defined for `main` in IE 11.
|
|
30
31
|
*/
|
|
31
32
|
|
|
@@ -38,6 +39,7 @@ footer,
|
|
|
38
39
|
header,
|
|
39
40
|
hgroup,
|
|
40
41
|
main,
|
|
42
|
+
menu,
|
|
41
43
|
nav,
|
|
42
44
|
section,
|
|
43
45
|
summary {
|
|
@@ -85,7 +87,7 @@ template {
|
|
|
85
87
|
*/
|
|
86
88
|
|
|
87
89
|
a {
|
|
88
|
-
background: transparent;
|
|
90
|
+
background-color: transparent;
|
|
89
91
|
}
|
|
90
92
|
|
|
91
93
|
/**
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: normalize-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicolas Gallagher
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2015-04-18 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
version: '0'
|
|
67
67
|
requirements: []
|
|
68
68
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 2.
|
|
69
|
+
rubygems_version: 2.4.5
|
|
70
70
|
signing_key:
|
|
71
71
|
specification_version: 4
|
|
72
72
|
summary: Normalize.css is a customisable CSS file that makes browsers render all elements
|
|
@@ -74,3 +74,4 @@ summary: Normalize.css is a customisable CSS file that makes browsers render all
|
|
|
74
74
|
between default browser styles in order to precisely target only the styles that
|
|
75
75
|
need normalizing.
|
|
76
76
|
test_files: []
|
|
77
|
+
has_rdoc:
|