bubblin-jekyll 1.1.3 → 1.1.4

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
  SHA1:
3
- metadata.gz: c9d91eac3ed02eba8e8b831501b2dc13fbc77161
4
- data.tar.gz: 2c151871eab5317748dc6378a9240fc3c31a482b
3
+ metadata.gz: 459f37a6475e17798980c50fc5855e30a6530c91
4
+ data.tar.gz: f154184e33184eb275c8c168f04102672cdac7bf
5
5
  SHA512:
6
- metadata.gz: 4dc3e8b384bf8b85c3c5c11114f7414e9a88b2eea780c27bc868fff4e71ef92be8a3022f67ca4a39bad81244a857acfd355bb6d66b39a3f593d57fccdd0b45cf
7
- data.tar.gz: ed14958be394f9a7d31322a1ca3e894ba7e3ab93188f359c07a6619ac6dd7548903ad42861fdd510161f6beca1a8b62a474f4ebcf6e29c96a437740a8a019c33
6
+ metadata.gz: b741b3e8750c7e01dab0cab8f80aafbd5cd8025f4aa600fb3e2efcef346c6c71b60dcb4e3f19b373d6063d514f7c2be9881950a6993614350e4288d47a9d02bb
7
+ data.tar.gz: 00bfc142b1ca6112a243ea93e8612d3550ae925e6c32ca00f1c00e4ca8d0bc923854f5a23925ea3b7428524c7af7014cabadab1ee3fb89b04f877e167809afe1
@@ -3,7 +3,6 @@
3
3
  {% assign default_paths = site.pages | map: "path" %} {% assign page_paths = site.header_pages | default: default_paths %}
4
4
  <a class="sprite-up logo left ir" role="blog main" href="{{ '/' | relative_url }}">{{ site.title | escape }}</a>
5
5
  <a class="left beta-label super-small" href="{{ '/' | relative_url }}"> beta </a>
6
-
7
6
  <div class="loader left hidden"></div>
8
7
  <ul class="horizontal-list left navi-menu">
9
8
  {% for path in page_paths %} {% assign my_page = site.pages | where: "path", path | first %} {% if my_page.title %}
@@ -24,6 +24,7 @@ html {
24
24
 
25
25
  body {
26
26
  color: rgba(0, 0, 0, 0.85);
27
+ background: aliceblue;
27
28
  margin: 0;
28
29
  font-family: 'EB Garamond', serif;
29
30
  font-smooth: always;
@@ -35,6 +36,7 @@ body {
35
36
  -webkit-osx-font-smoothing: antialiased;
36
37
  }
37
38
 
39
+
38
40
  /* Anchors */
39
41
 
40
42
  a {
@@ -202,23 +204,23 @@ input:-webkit-autofill {
202
204
  }
203
205
 
204
206
  ::-webkit-input-placeholder {
205
- color: #555;
206
- font-size: 15px;
207
+ color: #05f !important;
208
+ font-size: 13px;
207
209
  }
208
210
 
209
211
  :-moz-placeholder {
210
- color: #555;
211
- font-size: 15px;
212
+ color: #05f;
213
+ font-size: 13px;
212
214
  }
213
215
 
214
216
  ::-moz-placeholder {
215
- color: #555;
216
- font-size: 14px;
217
+ color: #05f;
218
+ font-size: 13px;
217
219
  }
218
220
 
219
221
  :-ms-input-placeholder {
220
- color: #555;
221
- font-size: 14px;
222
+ color: #05f;
223
+ font-size: 13px;
222
224
  }
223
225
 
224
226
  table {
@@ -236,7 +238,12 @@ th {
236
238
  /* Element Positioning */
237
239
 
238
240
  .container {
239
- margin-top: 90px;
241
+ margin: 44px 0 0 0;
242
+ background: white;
243
+ }
244
+
245
+ .wrapper {
246
+ margin: 0 auto;
240
247
  }
241
248
 
242
249
  .left {
@@ -456,9 +463,7 @@ ul.horizontal-list li {
456
463
  margin: 0 auto;
457
464
  text-align: center;
458
465
  }
459
- .wrapper {
460
- width: 90vw;
461
- }
466
+
462
467
  }
463
468
  }
464
469
 
@@ -488,8 +493,9 @@ ul.horizontal-list li {
488
493
  .align {
489
494
  margin: 0 0;
490
495
  }
491
- .wrapper {
492
- width: 60vw;
496
+ .container {
497
+ width: calc(100vw - 208px);
498
+ margin-left: 208px;
493
499
  }
494
500
  }
495
501
  }
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.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marvin Danig
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-21 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll