normalize-rails 2.1.1 → 2.1.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2bff56a5a55806cf0845d2bc42a1d1314b8c9098
|
|
4
|
+
data.tar.gz: 9aa12b60acab2146775223928e648960a1b79c4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bec6ec0b2eb8f0014eff376de53f7ca2c3a1e5aef2ebaecd79b38faba42ffff1fd8bc68057d3daed7d7220a242e746da9a6c5e9819fef2d6c4ea25cb95390178
|
|
7
|
+
data.tar.gz: 444b5f3c753e3d28b67446dd6f296854748fd3d3ddcc8c6a86215f0abe2d134f3ee42d8c6d43817bff08f2abb64f15d317d4f29387c2c29012599fdf848f3e3a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! normalize.css v2.1.
|
|
1
|
+
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
|
2
2
|
|
|
3
3
|
/* ==========================================================================
|
|
4
4
|
HTML5 display definitions
|
|
@@ -44,10 +44,12 @@ audio:not([controls]) {
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
* Address styling not present in IE 8/9.
|
|
47
|
+
* Address `[hidden]` styling not present in IE 8/9.
|
|
48
|
+
* Hide the `template` element in IE, Safari, and Firefox < 22.
|
|
48
49
|
*/
|
|
49
50
|
|
|
50
|
-
[hidden]
|
|
51
|
+
[hidden],
|
|
52
|
+
template {
|
|
51
53
|
display: none;
|
|
52
54
|
}
|
|
53
55
|
|
|
@@ -79,6 +81,14 @@ body {
|
|
|
79
81
|
Links
|
|
80
82
|
========================================================================== */
|
|
81
83
|
|
|
84
|
+
/**
|
|
85
|
+
* Remove the gray background color from active links in IE 10.
|
|
86
|
+
*/
|
|
87
|
+
|
|
88
|
+
a {
|
|
89
|
+
background: transparent;
|
|
90
|
+
}
|
|
91
|
+
|
|
82
92
|
/**
|
|
83
93
|
* Address `outline` inconsistency between Chrome and other browsers.
|
|
84
94
|
*/
|
|
@@ -329,8 +339,8 @@ html input[disabled] {
|
|
|
329
339
|
}
|
|
330
340
|
|
|
331
341
|
/**
|
|
332
|
-
* 1. Address box sizing set to `content-box` in IE 8/9.
|
|
333
|
-
* 2. Remove excess padding in IE 8/9.
|
|
342
|
+
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
|
343
|
+
* 2. Remove excess padding in IE 8/9/10.
|
|
334
344
|
*/
|
|
335
345
|
|
|
336
346
|
input[type="checkbox"],
|
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: 2.1.
|
|
4
|
+
version: 2.1.3
|
|
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: 2013-
|
|
13
|
+
date: 2013-11-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
63
63
|
version: '0'
|
|
64
64
|
requirements: []
|
|
65
65
|
rubyforge_project:
|
|
66
|
-
rubygems_version: 2.
|
|
66
|
+
rubygems_version: 2.1.10
|
|
67
67
|
signing_key:
|
|
68
68
|
specification_version: 4
|
|
69
69
|
summary: Normalize.css is a customisable CSS file that makes browsers render all elements
|