summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-28 19:45:54 +0200
committerMS <ms@taler.net>2020-09-28 19:45:54 +0200
commitf3d061d9f4ef0f323a3e35bc3dda15f79f644204 (patch)
treec6461b83bb2c5470835478c83fc2b3ce1f5826e7
parent69348e92b23f3470ba5d0ff560b8b1f476589f28 (diff)
downloadwww-f3d061d9f4ef0f323a3e35bc3dda15f79f644204.tar.gz
www-f3d061d9f4ef0f323a3e35bc3dda15f79f644204.tar.bz2
www-f3d061d9f4ef0f323a3e35bc3dda15f79f644204.zip
navigation logo
-rw-r--r--common/navigation.j2.inc4
-rw-r--r--static/styles.css12
2 files changed, 6 insertions, 10 deletions
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index fb44bb17..ea2099da 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -6,7 +6,9 @@
{%- endmacro %}
<nav class="navbar navbar-expand-lg navbar-light">
- <a class="navbar-brand taler_home" href="{{ url_localized('index.html') }}">Taler</a>
+ <a class="navbar-brand taler_home" href="{{ url_localized('index.html') }}">
+ <img src="{{ url_static('images/logo-2020.jpg') }}">
+ </a>
<button class="navbar-toggler"
type="button"
data-toggle="collapse"
diff --git a/static/styles.css b/static/styles.css
index 2307a5f7..af3ccbd5 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -113,16 +113,10 @@ footer {
content: "❭";
color: #aa3939;
}
-.taler_home::before {
- content: "❬";
- color: #aa3939;
-}
-.taler_home::after {
- content: "❭";
- color: #aa3939;
-}
+
.taler_home {
- font-family: 'Lucida Console', Monaco, monospace;
+ width: 20%;
+ height: 20%;
}
.footer-list {