commit f3d061d9f4ef0f323a3e35bc3dda15f79f644204 parent 69348e92b23f3470ba5d0ff560b8b1f476589f28 Author: MS <ms@taler.net> Date: Mon, 28 Sep 2020 19:45:54 +0200 navigation logo Diffstat:
| M | common/navigation.j2.inc | | | 4 | +++- |
| M | static/styles.css | | | 12 | +++--------- |
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git 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 @@ -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 {