bubblin-jekyll 1.1.7 → 1.1.8

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
- SHA1:
3
- metadata.gz: 3e9b01c92e1d21b1c039c03494aeae53d3711ab5
4
- data.tar.gz: bcf5309d11f967d889e6bf7f181ba85364ac981d
2
+ SHA256:
3
+ metadata.gz: ba7ee074b312e68729d249664424ea51278a9e494495ab26ad956c5e7504ffdf
4
+ data.tar.gz: cc35a9873c7be6d1d1bcaef58a7c1aa2021910c736f20f4fb0fce41e4bfd9bc5
5
5
  SHA512:
6
- metadata.gz: 9625fc0b805d9e65e604d7df5799e7dca68a2c49696aed76a5beb369c01b1452bab967924ee2b926070e7b709876d852f94fe1db0ada423da9e707dbb84da303
7
- data.tar.gz: 729fc23a8a8239cc38dfae5586ebdd1a49436c9dfbedacbe063e9453d46f83049faaaf5cc49a583416b22d86fa724d865ea98086217631f49e45490374b5d1f0
6
+ metadata.gz: 9d4e114621dc0645fc65bdd295b89603b65be1ac7a52e698252a6d49b288d5fca434e3d0cf8f62aa0e967db2982eb2db96e88fb2130cb3652e60fe1be8993014
7
+ data.tar.gz: 3f851a9026e810c837db0d5953d74ec34637b3b14b2217cdc14ea1a261e157583f2a3490d5faf6a537f71737745439dccb3d1b56800114eba3886060a49341ab
@@ -19,7 +19,7 @@ layout: default
19
19
  </header>
20
20
  <hr>
21
21
 
22
- <div itemprop="articleBody">
22
+ <div class="justify" itemprop="articleBody">
23
23
  {{ content }}
24
24
  </div>
25
25
 
@@ -59,7 +59,7 @@ h4,
59
59
  h5,
60
60
  h6 {
61
61
  margin: 0;
62
- font-family: 'proxima-nova', Arial, sans-serif;
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: #05f !important;
206
- font-size: 13px;
205
+ color: #444 !important;
206
+ font-size: 11px;
207
207
  }
208
208
 
209
209
  :-moz-placeholder {
210
- color: #05f;
210
+ color: #444 !important;
211
211
  font-size: 13px;
212
212
  }
213
213
 
214
214
  ::-moz-placeholder {
215
- color: #05f;
215
+ color: #444 !important;
216
216
  font-size: 13px;
217
217
  }
218
218
 
219
219
  :-ms-input-placeholder {
220
- color: #05f;
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.7
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-02-20 00:00:00.000000000 Z
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.13
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.