jumbo-jekyll-theme 1.4.38 → 1.4.39
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 +1 -16
- data/assets/js/vendor/jquery.rss.js +1 -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: a6a1b4748403861eee137134b9a5a186ce53e902
|
|
4
|
+
data.tar.gz: cf04eed677c76df97c269e1e765cbcdc2db311e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daaef3fd6d39ac4a817d480578ab5b5b4718ac805ba351cc5f2eb38f0608b8b92e949e0608a43ee21af18a6cef79c2308546c1f39c981c93650897a681144b1b
|
|
7
|
+
data.tar.gz: 2b977237e7b0c613509631705d9ddf490a1c1e6b060262b3d7fb5fd625a01408b135fceb542fc223dc3e8708299372661b7ebae9a4e95d7dc05cff426e4b9ba8
|
data/_sass/core/theme.scss
CHANGED
|
@@ -36,27 +36,19 @@ button.owl-prev, button.owl-next {
|
|
|
36
36
|
outline: none;
|
|
37
37
|
border: 0;
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
39
|
// Edit me on github buttons
|
|
42
|
-
|
|
43
40
|
.github-edit {
|
|
44
41
|
background-color: #fff;
|
|
45
42
|
}
|
|
46
|
-
|
|
47
43
|
span.edit-me-on-github-text {
|
|
48
44
|
font-size: 12px;
|
|
49
45
|
}
|
|
50
|
-
|
|
51
46
|
.edit-me-on-github.text-center {
|
|
52
47
|
float: right;
|
|
53
48
|
}
|
|
54
|
-
|
|
55
49
|
i.edit-on-github-icon.icon-github-circled.center-block {
|
|
56
50
|
font-size: 40px;
|
|
57
51
|
}
|
|
58
|
-
|
|
59
|
-
|
|
60
52
|
div#github_controls {
|
|
61
53
|
margin: 10px 0;
|
|
62
54
|
}
|
|
@@ -91,23 +83,16 @@ div#github_controls a#github_home:hover {
|
|
|
91
83
|
color: $brand-primary;
|
|
92
84
|
}
|
|
93
85
|
div#github_controls a#github_home {
|
|
94
|
-
|
|
95
86
|
background-color: #333;
|
|
96
|
-
color: #fff;
|
|
97
|
-
|
|
87
|
+
color: #fff;
|
|
98
88
|
transition: all 250ms ease;
|
|
99
89
|
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
90
|
blockquote {
|
|
105
91
|
padding: 10.5px 21px;
|
|
106
92
|
margin: 0 0 21px;
|
|
107
93
|
font-size: 18.75px;
|
|
108
94
|
border-left: 5px solid $brand-primary;
|
|
109
95
|
}
|
|
110
|
-
|
|
111
96
|
.members-img {
|
|
112
97
|
width: auto;
|
|
113
98
|
height: 100px;
|