timequake 2.0.4 → 2.0.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23a7c0c03c53f8d91efe7ee6791d0378d0a9a0c5160130cbd5d5599a49ed693a
|
4
|
+
data.tar.gz: cdab96511a49c87ade5924c82db2ce824c503c6a93cc3292082a9481048b3974
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6938fda8631736bbece9f8ddcb7131386587ffa0dda8094ecdad7d2be44bbf4ac3301cf524002cf209a855d493d6d00127abc6ec2cd43eac3d30574c8cd417d1
|
7
|
+
data.tar.gz: 2b9970724c0c9f5f3937ce77585b018d2b2b1c7eb31096e2648911970c420a676c2ed753f1037e3856afe2d18b089af5307d3c617c091796b2a83ea122cecde6
|
@@ -58,6 +58,12 @@ html {
|
|
58
58
|
.fw-800 { font-weight: 800 !important; }
|
59
59
|
.fw-900 { font-weight: 900 !important; }
|
60
60
|
|
61
|
+
.lh-1 { line-height: 1 !important; }
|
62
|
+
.lh-normal { line-height: 1.2 !important; }
|
63
|
+
.lh-2 { line-height: 2 !important; }
|
64
|
+
.lh-lg { line-height: 2.5 !important; }
|
65
|
+
.lh-xl { line-height: 3.5 !important; }
|
66
|
+
|
61
67
|
/* TEXT HELPERS */
|
62
68
|
.bold { font-weight: bold !important; }
|
63
69
|
.italic { font-style: italic !important; }
|
data/lib/timequake/version.rb
CHANGED
data/timequake-2.0.4.gem
ADDED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: timequake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- George Morris
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jquery-rails
|
@@ -117,6 +117,7 @@ files:
|
|
117
117
|
- timequake-2.0.1.gem
|
118
118
|
- timequake-2.0.2.gem
|
119
119
|
- timequake-2.0.3.gem
|
120
|
+
- timequake-2.0.4.gem
|
120
121
|
- timequake.gemspec
|
121
122
|
homepage:
|
122
123
|
licenses:
|