taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 316442a04069f6ac28f67e71d34680a6791cd528
parent 9cd29de6fa70f65828e000ed88c13d11cab45fcb
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed, 19 Oct 2022 00:00:24 -0300

remove extra space

Diffstat:
Mtalermerchantdemos/templates/common-base.html.j2 | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -70,8 +70,7 @@ </button> <div id="lang" class="hide"> <div style="position: relative; overflow: visible;"> - <div class="nav" style="position: absolute; background: #0042b2; max-height: 60vh; overflow-y: scroll"> - <br> + <div class="nav" style="position: absolute; max-height: 60vh; overflow-y: scroll"> {% for lang_code, lang_display in all_languages.items() %} {% if lang_code != getlang() %} {% if script_name != None %} @@ -79,7 +78,6 @@ {% else %} <a href="/{{ lang_code }}/" class="navbtn langbtn">{{ lang_display }}</a> {% endif %} - <br> {% endif %} {% endfor %} </div>