jumbo-jekyll-theme 1.4.3.65 → 1.4.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/_sass/core/theme.scss +12 -1
- 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: 837b0084e5ac1594d8afc00ebb4c697054db598a
|
|
4
|
+
data.tar.gz: 91af871448766c41b46c3a17f0df9b4ad4a81ccb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8235d67609aa3af24d40b83e1097469f81946597dfbabb408626b6d9dcbe06d7dba6213f056d2b98f1798870a980ae7162e074e0c138c95aa0a408fa269fc89
|
|
7
|
+
data.tar.gz: 943c3b80f812bc26ea408a52896f3da01b914f07c99dfc6607b00cc23abc0626e2ee66032f5080930fb569bd108485b430ee24f3189c7ea827a4d02eba4c5fe1
|
data/_sass/core/theme.scss
CHANGED
|
@@ -540,10 +540,21 @@ img.img-responsive.right-aligned-image {
|
|
|
540
540
|
|
|
541
541
|
/* Wordpress Styles */
|
|
542
542
|
#content-container blockquote, #content-container code, #content-container dl, #content-container fieldset,
|
|
543
|
-
#content-container p, #content-container pre, #content-container table
|
|
543
|
+
#content-container p, #content-container pre, #content-container table{
|
|
544
544
|
margin-bottom: 25px;
|
|
545
545
|
}
|
|
546
546
|
|
|
547
|
+
#tabbed-nav-bar {
|
|
548
|
+
margin-bottom: 25px;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
div#tabbed-nav-bar-collapse {
|
|
552
|
+
background-color: white;
|
|
553
|
+
}
|
|
554
|
+
ul#tab-row {
|
|
555
|
+
margin-bottom: 20px;
|
|
556
|
+
}
|
|
557
|
+
|
|
547
558
|
#content-container a:hover {
|
|
548
559
|
text-decoration: none;
|
|
549
560
|
color: darken($brand-primary, 20%);
|
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.
|
|
4
|
+
version: 1.4.4
|
|
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-03-
|
|
11
|
+
date: 2018-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|