jekyll-theme-lcsb-default 0.2.17 → 0.2.18
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/README.md +5 -0
- data/_includes/footer.html +6 -4
- data/_sass/minima/_lcsb.scss +20 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b47f5fdf953c8fda458a534e21076d464508986e084bd09e3682d4d968ace23
|
|
4
|
+
data.tar.gz: '030688bb59efc6a19cc2fe260098f3ac09b606f791f274c9d991364c21b735bd'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e733a803539035d5bc5d55a3ff3343113f9508f002848a0ef2f6120eae90bbae8be6e8d006a88711c8c8535fc78ef6bd6ee40ed414c2da26f9cd06607d555528
|
|
7
|
+
data.tar.gz: 3c20a8d079a9ed4994f9dcbd4ef859d842628e276ac71a2d4172e154d9cfad32562e60ead6d864483cf16dcf6d8fa7dc8118b1ef3b97ba3ec4fe97a54fe94e88
|
data/README.md
CHANGED
|
@@ -129,6 +129,11 @@ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-t
|
|
|
129
129
|
Gitlab CI is configured to automatically build and publish a new version of theme, whenever the commit is tagged.
|
|
130
130
|
For details refer to [the documentation of ruby gems](https://guides.rubygems.org/make-your-own-gem/), and this repository's `.gitlab-ci.yml` and settings.
|
|
131
131
|
|
|
132
|
+
## Changelog
|
|
133
|
+
|
|
134
|
+
### 0.2.18
|
|
135
|
+
* Corrected placement of R3 logo in the footer on mobile
|
|
136
|
+
|
|
132
137
|
## License
|
|
133
138
|
|
|
134
139
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/_includes/footer.html
CHANGED
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
<data class="u-url" href="{{ "/" | relative_url }}"></data>
|
|
5
5
|
|
|
6
6
|
<div class="footer-cp">
|
|
7
|
+
<div class="r3-logo-container">
|
|
8
|
+
<img class="r3-logo"
|
|
9
|
+
src="{{ '/assets/banners/r3-logo.svg' | relative_url }}"
|
|
10
|
+
type="image/svg+xml" />
|
|
11
|
+
</div>
|
|
12
|
+
|
|
7
13
|
<p>
|
|
8
|
-
<div class="r3-logo">
|
|
9
|
-
<img src="{{ '/assets/banners/r3-logo.svg' | relative_url }}"
|
|
10
|
-
type="image/svg+xml"/>
|
|
11
|
-
</div>
|
|
12
14
|
|
|
13
15
|
© <a href="https://wwwen.uni.lu/" target="_parent">Université du Luxembourg</a> {{ site.date | escape }}. All rights reserved.
|
|
14
16
|
|
data/_sass/minima/_lcsb.scss
CHANGED
|
@@ -45,12 +45,15 @@
|
|
|
45
45
|
right: 0px;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
+
.r3-logo-container {
|
|
49
|
+
}
|
|
50
|
+
|
|
48
51
|
.r3-logo {
|
|
49
52
|
float: left;
|
|
50
53
|
position: relative;
|
|
51
54
|
top: -10px;
|
|
52
|
-
width: 40px;
|
|
53
55
|
left: 100px;
|
|
56
|
+
width: 40px;
|
|
54
57
|
}
|
|
55
58
|
|
|
56
59
|
.social-media-list {
|
|
@@ -108,6 +111,22 @@
|
|
|
108
111
|
width: 120px;
|
|
109
112
|
display: none;
|
|
110
113
|
}
|
|
114
|
+
|
|
115
|
+
.r3-logo {
|
|
116
|
+
width: 32px;
|
|
117
|
+
margin: 0px auto;
|
|
118
|
+
|
|
119
|
+
float: none;
|
|
120
|
+
position: initial;
|
|
121
|
+
top: unset;
|
|
122
|
+
left: unset;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.r3-logo-container {
|
|
126
|
+
width: 100%;
|
|
127
|
+
position: relative;
|
|
128
|
+
top: -10px;
|
|
129
|
+
}
|
|
111
130
|
}
|
|
112
131
|
|
|
113
132
|
// Ultra-small screen ==================================================================================
|
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.2.
|
|
4
|
+
version: 0.2.18
|
|
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: 2018-
|
|
12
|
+
date: 2018-09-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|