cssremedy-rails 0.1.5 → 0.1.6
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/Gemfile.lock +1 -1
- data/lib/cssremedy-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/cssremedy-rails/remedy.css +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 635164272e16b9c610fb7163f41170d0d271def0007b94657f585a57b4884b13
|
4
|
+
data.tar.gz: 92b64dc742955a71a2819d7be38c4054ba9dea3ec558a209ee431ec6b88e4bd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77f3c42987c7b8d3af32e3e1d2cff214672980c322a59b3d2db6bc2c11a84bd8afdf1285d5ec389a830f587dfc6e09ea7e3c1a2fd2a20ab57520584754d8a87b
|
7
|
+
data.tar.gz: fb1e2aa7a9f526cde537f19f0123a82b3be974b97c1c322b9fdc3f7251b6c1153347182b2a14bf2adf1f92178f1fe02ce7d3121945e8921637a6afd5a228e977
|
data/Gemfile.lock
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
* {
|
13
13
|
animation-duration: 0.001s !important;
|
14
14
|
transition-duration: 0.001s !important;
|
15
|
+
animation-iteration-count: 1 !important;
|
15
16
|
}
|
16
17
|
}
|
17
18
|
|
@@ -21,7 +22,7 @@ body {
|
|
21
22
|
|
22
23
|
/* Switch to using rem units for typography. Fix line-height on headlines. */
|
23
24
|
h1 {
|
24
|
-
font-size: 2rem; /* Make all H1 large, remove nested-shrinking sizes. */
|
25
|
+
font-size: 2rem; /* Make all of the H1 tags large, remove nested-shrinking sizes. */
|
25
26
|
margin: 0.67em 0;
|
26
27
|
}
|
27
28
|
h2 {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cssremedy-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Blake Prudhomme
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|