jumbo-jekyll-theme 1.4.3.4 → 1.4.3.5
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/_config.yml +4 -1
- data/_includes/breadcrumb.html +1 -1
- data/_sass/core/theme.scss +11 -0
- 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: fcd8710298513935ba41dfe929f24b3ac7b54856
|
|
4
|
+
data.tar.gz: b8c7b3a5af6f80999d577fbeba20c464e9866642
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eeaa47d25d2b353e0b7758d3db116248214283dd935562a20bff4cb6bd60bf312b75745a12b62bec72a0d29c4ff40f746dad0bf865ff8a88b216f9f2c3d5d1f7
|
|
7
|
+
data.tar.gz: 6b96526c44bbaf9c8020a11bce390844dfea8c4d0dc21fc80582d88a3d1e69719fd632a2c4cb9ae50f2c759473677b03923a5edafed9c65b2cd458d4d881a0b2
|
data/_config.yml
CHANGED
data/_includes/breadcrumb.html
CHANGED
data/_sass/core/theme.scss
CHANGED
|
@@ -147,6 +147,12 @@ hr {
|
|
|
147
147
|
border-top: 1px solid #eee;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
+
|
|
151
|
+
//Move the contact-thanks div up
|
|
152
|
+
div#contact-thanks {
|
|
153
|
+
margin-top: -20px;
|
|
154
|
+
}
|
|
155
|
+
|
|
150
156
|
/*-------------Paragraphs --------------------*/
|
|
151
157
|
p {
|
|
152
158
|
font-size: 16px;
|
|
@@ -401,6 +407,11 @@ button#c-submit-button {
|
|
|
401
407
|
}
|
|
402
408
|
}
|
|
403
409
|
|
|
410
|
+
//Remove italics from icons - Google Chrome.
|
|
411
|
+
|
|
412
|
+
i {
|
|
413
|
+
font-style: normal;
|
|
414
|
+
}
|
|
404
415
|
|
|
405
416
|
/* ----------------- Missing Bootstrap 3 5ths Columns -----------------*/
|
|
406
417
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jumbo-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.3.
|
|
4
|
+
version: 1.4.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|