bubblin-jekyll 1.1.7 → 1.1.8
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 +5 -5
- data/_layouts/post.html +1 -1
- data/_sass/scss/_reusable.scss +6 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: ba7ee074b312e68729d249664424ea51278a9e494495ab26ad956c5e7504ffdf
|
4
|
+
data.tar.gz: cc35a9873c7be6d1d1bcaef58a7c1aa2021910c736f20f4fb0fce41e4bfd9bc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d4e114621dc0645fc65bdd295b89603b65be1ac7a52e698252a6d49b288d5fca434e3d0cf8f62aa0e967db2982eb2db96e88fb2130cb3652e60fe1be8993014
|
7
|
+
data.tar.gz: 3f851a9026e810c837db0d5953d74ec34637b3b14b2217cdc14ea1a261e157583f2a3490d5faf6a537f71737745439dccb3d1b56800114eba3886060a49341ab
|
data/_layouts/post.html
CHANGED
data/_sass/scss/_reusable.scss
CHANGED
@@ -59,7 +59,7 @@ h4,
|
|
59
59
|
h5,
|
60
60
|
h6 {
|
61
61
|
margin: 0;
|
62
|
-
font-family:
|
62
|
+
font-family: monospace;
|
63
63
|
}
|
64
64
|
|
65
65
|
h1 {
|
@@ -202,22 +202,22 @@ input:-webkit-autofill {
|
|
202
202
|
}
|
203
203
|
|
204
204
|
::-webkit-input-placeholder {
|
205
|
-
color: #
|
206
|
-
font-size:
|
205
|
+
color: #444 !important;
|
206
|
+
font-size: 11px;
|
207
207
|
}
|
208
208
|
|
209
209
|
:-moz-placeholder {
|
210
|
-
|
210
|
+
color: #444 !important;
|
211
211
|
font-size: 13px;
|
212
212
|
}
|
213
213
|
|
214
214
|
::-moz-placeholder {
|
215
|
-
|
215
|
+
color: #444 !important;
|
216
216
|
font-size: 13px;
|
217
217
|
}
|
218
218
|
|
219
219
|
:-ms-input-placeholder {
|
220
|
-
color: #
|
220
|
+
color: #444 !important;
|
221
221
|
font-size: 13px;
|
222
222
|
}
|
223
223
|
|
@@ -241,7 +241,6 @@ th {
|
|
241
241
|
|
242
242
|
.wrapper {
|
243
243
|
margin: 0 auto;
|
244
|
-
text-align: justify;
|
245
244
|
}
|
246
245
|
|
247
246
|
.left {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bubblin-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marvin Danig
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
127
|
rubyforge_project:
|
128
|
-
rubygems_version: 2.6
|
128
|
+
rubygems_version: 2.7.6
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
131
|
summary: The official theme for blog at Bubblin Superbooks.
|