jumbo-jekyll-theme 1.4.3.64 → 1.4.3.65
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 +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1abcc9471676daf4df25b7ac5bb5c46a834bbe5
|
|
4
|
+
data.tar.gz: 3c5fcf2b4937b3e0f303dc6fe247e316bf210a08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75007e1b2389b086bbecc56330ff86cc28b5351f42d0734a021f7ac54ee0b7da0a98ddfe2539dadecf203c3b8f668c8fed77a95e8e6886453824ae7fa7366f0f
|
|
7
|
+
data.tar.gz: 47aee898ae039e6e1bba30e5dbfc80c753faba1d6bf8cf0c26a63683297fa9eece2199fe9add1236e24e3fd9ae5cc7cdc59938ba6585d5de3703993e50136dad
|
data/_sass/core/theme.scss
CHANGED
|
@@ -540,7 +540,8 @@ 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
|
+
margin-bottom: 25px;
|
|
544
545
|
}
|
|
545
546
|
|
|
546
547
|
#content-container a:hover {
|