normalize-rails 3.0.2 → 3.0.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: 94db39d2f403b1a2cccbcd8f81257c2d9d6dad3e
|
|
4
|
+
data.tar.gz: aa64d3ae2b6f3fcb185f07c9a8ad482130640071
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dce8fecc142c13b9d72d655c30920c6ac02684f65880c8bf0e44da168fabccdcb55e54b3cf7a366fc4c0939d32c390e5601e95ed7e136a0531a882bb6177a489
|
|
7
|
+
data.tar.gz: 77ee8d6534b20c4afda5f3596bcef6a28bed107ac89624833cfc9634fac1fe3c94f04de6116e4574fd803be3b5ca00612cc276e285afc9b35ed3d19522faf2e3
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*! normalize.css v3.0.
|
|
1
|
+
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* 1. Set default font family to sans-serif.
|
|
5
|
-
* 2. Prevent iOS text size adjust after orientation change,
|
|
6
|
-
* user zoom.
|
|
5
|
+
* 2. Prevent iOS and IE text size adjust after device orientation change,
|
|
6
|
+
* without disabling user zoom.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
html {
|
|
@@ -71,7 +71,7 @@ audio:not([controls]) {
|
|
|
71
71
|
|
|
72
72
|
/**
|
|
73
73
|
* Address `[hidden]` styling not present in IE 8/9/10.
|
|
74
|
-
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
|
74
|
+
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
|
|
75
75
|
*/
|
|
76
76
|
|
|
77
77
|
[hidden],
|
|
@@ -91,7 +91,8 @@ a {
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
|
-
* Improve readability
|
|
94
|
+
* Improve readability of focused elements when they are also in an
|
|
95
|
+
* active/hover state.
|
|
95
96
|
*/
|
|
96
97
|
|
|
97
98
|
a:active,
|
|
@@ -209,7 +210,6 @@ figure {
|
|
|
209
210
|
*/
|
|
210
211
|
|
|
211
212
|
hr {
|
|
212
|
-
-moz-box-sizing: content-box;
|
|
213
213
|
box-sizing: content-box;
|
|
214
214
|
height: 0;
|
|
215
215
|
}
|
|
@@ -350,15 +350,12 @@ input[type="number"]::-webkit-outer-spin-button {
|
|
|
350
350
|
|
|
351
351
|
/**
|
|
352
352
|
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
|
353
|
-
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
|
354
|
-
* (include `-moz` to future-proof).
|
|
353
|
+
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
|
|
355
354
|
*/
|
|
356
355
|
|
|
357
356
|
input[type="search"] {
|
|
358
357
|
-webkit-appearance: textfield; /* 1 */
|
|
359
|
-
|
|
360
|
-
-webkit-box-sizing: content-box; /* 2 */
|
|
361
|
-
box-sizing: content-box;
|
|
358
|
+
box-sizing: content-box; /* 2 */
|
|
362
359
|
}
|
|
363
360
|
|
|
364
361
|
/**
|
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.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: 2015-
|
|
13
|
+
date: 2015-05-01 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -74,4 +74,3 @@ 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:
|