jekyll-theme-lcsb-default 0.2.17 → 0.2.18

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: 7b82b5020279ccad0586859e332d105042824ae66ec308f4b586b8cca9d6106b
4
- data.tar.gz: f8f796e219c5444799f2445c8f80773f54910244fd90d66d2ab528da8ff3885a
3
+ metadata.gz: 0b47f5fdf953c8fda458a534e21076d464508986e084bd09e3682d4d968ace23
4
+ data.tar.gz: '030688bb59efc6a19cc2fe260098f3ac09b606f791f274c9d991364c21b735bd'
5
5
  SHA512:
6
- metadata.gz: eff25acc68d1fb8b820e0d76e3424b985f98a8e8137840a19a2f018bfe6c8e7a7fc0b4598c42620c28b574ea0d1cb1ccc0b35cd520c7f98a010cd5f92ccf9894
7
- data.tar.gz: 0bd1fdd255bf5a00ea575ec65c1878000d3a6642765f5d44dd9a5083f40022b5cd318e533308a3664c2631c0452fb0c280e38c2e2e60fd4b6d99e5b77855cfef
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).
@@ -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
 
@@ -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.17
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-08-02 00:00:00.000000000 Z
12
+ date: 2018-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll