Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
f06a281c
Commit
f06a281c
authored
Jun 29, 2018
by
Jacek Lebioda
Browse files
Corrected placement and size of R3 logo
parent
745c1407
Changes
3
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
f06a281c
...
...
@@ -3,16 +3,15 @@
<div
class=
"wrapper footer-wrapper"
>
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<br/>
<div
class=
"footer-cp"
>
<p>
©
<a
href=
"https://wwwen.uni.lu/"
target=
"_parent"
>
Université du Luxembourg
</a>
{{ site.date | escape }}. All rights reserved.
</p>
<div
class=
"r3-logo"
>
<img
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
<p>
©
<a
href=
"https://wwwen.uni.lu/"
target=
"_parent"
>
Université du Luxembourg
</a>
{{ site.date | escape }}. All rights reserved.
</p>
{%- include social.html -%}
{%- include social.html -%}
</div>
</div>
</div>
...
...
_sass/minima/_lcsb.scss
View file @
f06a281c
...
...
@@ -42,9 +42,9 @@
.r3-logo
{
float
:
left
;
position
:
relative
;
left
:
95
px
;
top
:
0px
;
width
:
6
0px
;
top
:
-10
px
;
width
:
4
0px
;
left
:
10
0px
;
}
.social-media-list
{
...
...
jekyll-theme-lcsb-default.gemspec
View file @
f06a281c
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-theme-lcsb-default"
spec
.
version
=
"0.2.
8
"
spec
.
version
=
"0.2.
9
"
spec
.
authors
=
[
"Trefex"
,
"jaceklebioda_lux"
]
spec
.
email
=
[
"lcsb-sysadmins@uni.lu"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment