jekyll-theme-lcsb-default 0.4.20 → 0.4.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69228b7b0e2d24363330d97313e240ad0889e0a0fb2d16cc2452f8846b8b3777
4
- data.tar.gz: a61f05fe320925772ec76f9f3c87929fb803c888e33dc6c14eb06bf297dc433c
3
+ metadata.gz: ba50c05dbfa175d3873fd3eb01bf00a3c31e0d29fb62e8b19aa4858c6dcb6fd0
4
+ data.tar.gz: '028a22b04976377da824d190b7d1ce47c3c2dfd9ac2c00d1ef2f649664f30176'
5
5
  SHA512:
6
- metadata.gz: 91a1c6b30a784fb3d0f06fecaaf9ac36ddaf2e380e7e89c4360b5c7d1adfe737a777e93fc2a29b368199e2362d94d9fbca7fafc15ffb026e82aea4b571235b55
7
- data.tar.gz: 68c65c02196b293b1ca8d1b7f1f4660a5c5ac73e7e023b3037ab9e849bf6a324654f3977a49ddd64e6de976ca5156f96a6febbb64633ba81317198d79db3c528
6
+ metadata.gz: e6ff07e49642dc6902a36e98a8c56eebfa88f0cc0cdc33fbf657af5b50c0c87ad07c0bcd94c75b65c9bc47f05af66ac7184803cdeb57fdbac4f6c7a1c3204750
7
+ data.tar.gz: 861be74509dd927c628d091abb6dafb7d239d3876d845fc4dbd1947655d505a7c01d895a62205f04cc2a7a2e18a2673972ad64eabd6a394945e3c4d31613c58e
@@ -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%);
@@ -38,3 +38,7 @@ $COLOR_BOX_FONT: #666666;
38
38
  margin-block-end: 12px;
39
39
  }
40
40
  }
41
+
42
+ .noborderbox {
43
+ border :0;
44
+ }
@@ -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) {
@@ -3,5 +3,5 @@
3
3
  # Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+);
4
4
  # Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag the job
5
5
  module Theme
6
- VERSION = "0.4.20"
6
+ VERSION = "0.4.22"
7
7
  end
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.20
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: 2022-06-20 00:00:00.000000000 Z
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.0.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