commit 64c0d2d2620c7ea7554b2c1953a844035cfacb1a parent 232f14f30479ac68d56196368fcef4ae672204ec Author: MS <ms@taler.net> Date: Mon, 28 Sep 2020 19:56:20 +0200 remove not needed styles Diffstat:
| M | common/navigation.j2.inc | | | 2 | +- |
| M | static/styles.css | | | 15 | --------------- |
2 files changed, 1 insertion(+), 16 deletions(-)
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc @@ -7,7 +7,7 @@ <nav class="navbar navbar-expand-lg navbar-light"> <a class="navbar-brand" href="{{ url_localized('index.html') }}"> - <img class="taler_home" src="{{ url_static('images/logo-2020.jpg') }}"> + <img src="{{ url_static('images/logo-2020.jpg') }}"> </a> <button class="navbar-toggler" type="button" diff --git a/static/styles.css b/static/styles.css @@ -104,21 +104,6 @@ footer { min-height: 80vh; } -.adorn_h3_bracket h3::before { - content: "❬"; - color: #aa3939; -} - -.adorn_h3_bracket h3::after { - content: "❭"; - color: #aa3939; -} - -.taler_home { - width: 20%; - height: 20%; -} - .footer-list { list-style: none; }