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: layout


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: layout
Date: Fri, 23 Apr 2021 15:34:32 +0200

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

dold 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 c014d1d  layout
c014d1d is described below

commit c014d1d0dc2d421ee0df37ab4ae23506c224cf93
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Apr 23 15:34:27 2021 +0200

    layout
---
 talermerchantdemos/templates/common-base.html.j2 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/talermerchantdemos/templates/common-base.html.j2 
b/talermerchantdemos/templates/common-base.html.j2
index 9c854e5..9ff90e7 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -25,15 +25,15 @@
 </head>
 
 <body>
-  <header class="demobar" style="display: flex; flex-direction: row;">
-    <a href="https://taler.net/";>
-    <img src="{{ static('logo-white.svg') }}" height="100" width="224" 
style="margin: 2em 2em"><br/>
-    </a>
-    <div style="max-width: 50em">
+  <header class="demobar" style="display: flex; flex-direction: row; 
justify-content: space-between;">
+    <div style="max-width: 50em; margin-left: 2em;">
       {% block header_content %}
         <p>This is the header content.</p>
       {% endblock %}
     </div>
+    <a href="https://taler.net/";>
+    <img src="{{ static('logo-white.svg') }}" height="100" width="224" 
style="margin: 2em 2em"><br/>
+    </a>
   </header>
 
 

-- 
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]