aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-07 10:01:58 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-07 10:01:58 +0200
commitfb03956dacbb6316b166ed1fe42a149f42f4bf93 (patch)
tree71c5211b8c05626d892d98c9b1f5ac41c3b1a28b /templates
parent1b320c5b479b7420f142788a7a6f7b88e54aaf3b (diff)
downloadreploy-fb03956dacbb6316b166ed1fe42a149f42f4bf93.tar.gz
reploy-fb03956dacbb6316b166ed1fe42a149f42f4bf93.tar.bz2
align with unilu logomanual
Diffstat (limited to 'templates')
-rw-r--r--templates/footer.html2
-rw-r--r--templates/header.html10
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/footer.html b/templates/footer.html
index d8c36b0..a55d9be 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1,4 +1,4 @@
-<div class="footer-box">
+<div class="layout-footer">
<div class="bar-fill"></div>
<div class="footer-r3"></div>
<div class="footer-lcsb"></div>
diff --git a/templates/header.html b/templates/header.html
index 7482894..7ca4749 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,16 +1,16 @@
<div class="layout-topbar">
<div class="bar-fill topbar-borderbottom"></div>
<div class="width-content same-height">
- <div class="topbar-lcsb topbar-borderbottom">
- <div class="logo-lcsb"></div>
+ <div class="topbar-unilu topbar-borderbottom">
+ <div class="logo-unilu"></div>
</div>
<div class="topbar-text topbar-borderbottom">
<div class="header-title">LCSB How-To Cards</div>
- <div class="header-subtitle">Practical and handy reference</div>
+ <div class="header-subtitle">The practical and handy reference</div>
</div>
<div class="bar-fill topbar-borderbottom"></div>
- <div class="topbar-unilu topbar-borderbottom">
- <div class="logo-unilu"></div>
+ <div class="topbar-lcsb topbar-borderbottom">
+ <div class="logo-lcsb"></div>
</div>
</div>
<div class="bar-fill topbar-borderbottom"></div>