gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: remove extra space


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: remove extra space
Date: Wed, 19 Oct 2022 05:00:34 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 316442a  remove extra space
316442a is described below

commit 316442a04069f6ac28f67e71d34680a6791cd528
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Oct 19 00:00:24 2022 -0300

    remove extra space
---
 talermerchantdemos/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
index c5189ab..8edfa0b 100644
--- 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>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]