jekyll-theme-lcsb-default 0.4.18 → 0.4.19
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/minima/_lcsb.scss +9 -9
- data/lib/jekyll-theme-lcsb-default.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 782ae375c8b182bd4eea79cd6d729ccbcb3276165d1eff77df9feed06c61c9f6
|
|
4
|
+
data.tar.gz: dd90b67f645e35e6b3116b8f3c2688446bc82fdcaad976c3d0b6cd498f261e68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3787bd6182b7f3f20ae17e869157d082433bfd35279aa541455917cd7ff696bad380ce76bdb2a4db3098b15c64b585eb7adb53e092b4f964ed20252aef909b7c
|
|
7
|
+
data.tar.gz: 62ba1c1a3cbb08cffff0a9b517e0763a50f2a3b2e10087206477c0d5886a61c6b17869bdfe6e8a43fb3ce9d8ebe7193a26da64a95fb6e54d7e7c922cd97ec426
|
data/_sass/minima/_lcsb.scss
CHANGED
|
@@ -140,6 +140,15 @@ div.alert.primary {
|
|
|
140
140
|
text-align: center;
|
|
141
141
|
float: unset;
|
|
142
142
|
}
|
|
143
|
+
|
|
144
|
+
.r3-logo-container {
|
|
145
|
+
position: relative;
|
|
146
|
+
left:0;
|
|
147
|
+
width: 100%;
|
|
148
|
+
text-align: center;
|
|
149
|
+
padding-bottom: 1em;
|
|
150
|
+
|
|
151
|
+
}
|
|
143
152
|
}
|
|
144
153
|
|
|
145
154
|
// Normal screen =================================================================================
|
|
@@ -172,15 +181,6 @@ div.alert.primary {
|
|
|
172
181
|
left: unset;
|
|
173
182
|
}
|
|
174
183
|
|
|
175
|
-
.r3-logo-container {
|
|
176
|
-
position: relative;
|
|
177
|
-
left:0;
|
|
178
|
-
width: 100%;
|
|
179
|
-
text-align: center;
|
|
180
|
-
padding-bottom: 1em;
|
|
181
|
-
|
|
182
|
-
}
|
|
183
|
-
|
|
184
184
|
.footer-text-container {
|
|
185
185
|
margin-bottom: 4px;
|
|
186
186
|
left: 0;
|