bubblin-jekyll 1.1.3 → 1.1.4
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/_includes/header.html +0 -1
- data/_sass/scss/_reusable.scss +20 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 459f37a6475e17798980c50fc5855e30a6530c91
|
4
|
+
data.tar.gz: f154184e33184eb275c8c168f04102672cdac7bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b741b3e8750c7e01dab0cab8f80aafbd5cd8025f4aa600fb3e2efcef346c6c71b60dcb4e3f19b373d6063d514f7c2be9881950a6993614350e4288d47a9d02bb
|
7
|
+
data.tar.gz: 00bfc142b1ca6112a243ea93e8612d3550ae925e6c32ca00f1c00e4ca8d0bc923854f5a23925ea3b7428524c7af7014cabadab1ee3fb89b04f877e167809afe1
|
data/_includes/header.html
CHANGED
@@ -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 %}
|
data/_sass/scss/_reusable.scss
CHANGED
@@ -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: #
|
206
|
-
font-size:
|
207
|
+
color: #05f !important;
|
208
|
+
font-size: 13px;
|
207
209
|
}
|
208
210
|
|
209
211
|
:-moz-placeholder {
|
210
|
-
color: #
|
211
|
-
font-size:
|
212
|
+
color: #05f;
|
213
|
+
font-size: 13px;
|
212
214
|
}
|
213
215
|
|
214
216
|
::-moz-placeholder {
|
215
|
-
color: #
|
216
|
-
font-size:
|
217
|
+
color: #05f;
|
218
|
+
font-size: 13px;
|
217
219
|
}
|
218
220
|
|
219
221
|
:-ms-input-placeholder {
|
220
|
-
color: #
|
221
|
-
font-size:
|
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
|
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
|
-
|
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
|
-
.
|
492
|
-
width:
|
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.
|
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:
|
11
|
+
date: 2018-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|