jekyll-theme-lcsb-default 0.4.21 → 0.4.22
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/_base.scss +6 -6
- data/_sass/minima/_layout.scss +2 -2
- data/_sass/minima.scss +2 -2
- data/lib/jekyll-theme-lcsb-default.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba50c05dbfa175d3873fd3eb01bf00a3c31e0d29fb62e8b19aa4858c6dcb6fd0
|
|
4
|
+
data.tar.gz: '028a22b04976377da824d190b7d1ce47c3c2dfd9ac2c00d1ef2f649664f30176'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6ff07e49642dc6902a36e98a8c56eebfa88f0cc0cdc33fbf657af5b50c0c87ad07c0bcd94c75b65c9bc47f05af66ac7184803cdeb57fdbac4f6c7a1c3204750
|
|
7
|
+
data.tar.gz: 861be74509dd927c628d091abb6dafb7d239d3876d845fc4dbd1947655d505a7c01d895a62205f04cc2a7a2e18a2673972ad64eabd6a394945e3c4d31613c58e
|
data/_sass/minima/_base.scss
CHANGED
|
@@ -53,8 +53,8 @@ h1, h2, h3, h4, h5, h6,
|
|
|
53
53
|
p, blockquote, pre,
|
|
54
54
|
ul, ol, dl, figure,
|
|
55
55
|
%vertical-rhythm {
|
|
56
|
-
margin-top: $spacing-unit / 2;
|
|
57
|
-
margin-bottom: $spacing-unit / 2;
|
|
56
|
+
margin-top: calc($spacing-unit / 2);
|
|
57
|
+
margin-bottom: calc($spacing-unit / 2);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
|
|
@@ -186,7 +186,7 @@ a {
|
|
|
186
186
|
blockquote {
|
|
187
187
|
color: $grey-color;
|
|
188
188
|
border-left: 4px solid $grey-color-light;
|
|
189
|
-
padding-left: $spacing-unit / 2;
|
|
189
|
+
padding-left: calc($spacing-unit / 2);
|
|
190
190
|
@include relative-font-size(1.125);
|
|
191
191
|
letter-spacing: -1px;
|
|
192
192
|
font-style: italic;
|
|
@@ -241,8 +241,8 @@ pre {
|
|
|
241
241
|
@include media-query($on-laptop) {
|
|
242
242
|
max-width: $content-width;
|
|
243
243
|
max-width: $content-width;
|
|
244
|
-
padding-right: $spacing-unit / 2;
|
|
245
|
-
padding-left: $spacing-unit / 2;
|
|
244
|
+
padding-right: calc($spacing-unit / 2);
|
|
245
|
+
padding-left: calc($spacing-unit / 2);
|
|
246
246
|
}
|
|
247
247
|
display: flex;
|
|
248
248
|
flex-direction: column;
|
|
@@ -363,7 +363,7 @@ table {
|
|
|
363
363
|
border-collapse: collapse;
|
|
364
364
|
border: 1px solid $grey-color-light;
|
|
365
365
|
th, td {
|
|
366
|
-
padding: ($spacing-unit / 3) ($spacing-unit / 2);
|
|
366
|
+
padding: (calc($spacing-unit / 3)) (calc($spacing-unit / 2));
|
|
367
367
|
}
|
|
368
368
|
th {
|
|
369
369
|
border: 1px solid darken($grey-color-light, 4%);
|
data/_sass/minima/_layout.scss
CHANGED
|
@@ -181,7 +181,7 @@ html {
|
|
|
181
181
|
@include media-query($on-palm) {
|
|
182
182
|
position: absolute;
|
|
183
183
|
top: -25px;
|
|
184
|
-
right: $spacing-unit / 2;
|
|
184
|
+
right: calc($spacing-unit / 2);
|
|
185
185
|
background-color: $background-color;
|
|
186
186
|
border: 1px solid $grey-color-light;
|
|
187
187
|
border-radius: 5px;
|
|
@@ -270,7 +270,7 @@ html {
|
|
|
270
270
|
|
|
271
271
|
.footer-heading {
|
|
272
272
|
@include relative-font-size(1.125);
|
|
273
|
-
margin-bottom: $spacing-unit / 2;
|
|
273
|
+
margin-bottom: calc($spacing-unit / 2);
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
.contact-list,
|
data/_sass/minima.scss
CHANGED
|
@@ -34,8 +34,8 @@ $footer-height: 50px;
|
|
|
34
34
|
// Use media queries like this:
|
|
35
35
|
// @include media-query($on-palm) {
|
|
36
36
|
// .wrapper {
|
|
37
|
-
// padding-right: $spacing-unit / 2;
|
|
38
|
-
// padding-left: $spacing-unit / 2;
|
|
37
|
+
// padding-right: calc($spacing-unit / 2);
|
|
38
|
+
// padding-left: calc($spacing-unit / 2);
|
|
39
39
|
// }
|
|
40
40
|
// }
|
|
41
41
|
@mixin media-query($device) {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-lcsb-default
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trefex
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2023-01-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
215
215
|
- !ruby/object:Gem::Version
|
|
216
216
|
version: '0'
|
|
217
217
|
requirements: []
|
|
218
|
-
rubygems_version: 3.
|
|
218
|
+
rubygems_version: 3.4.2
|
|
219
219
|
signing_key:
|
|
220
220
|
specification_version: 4
|
|
221
221
|
summary: Simple static web-page template for uni.lu
|