gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-blog] branch master updated: bar styling


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: bar styling
Date: Fri, 19 Jan 2018 04:36:31 +0100

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

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new e056437  bar styling
e056437 is described below

commit e0564374a52fcec09181988761f44813fd58e830
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 19 04:35:06 2018 +0100

    bar styling
---
 talerblog/blog/templates/base.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/talerblog/blog/templates/base.html 
b/talerblog/blog/templates/base.html
index 18a0228..ea7fd29 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -45,7 +45,7 @@
 </head>
 
 <body>
-  <div class="demobar">
+  <div class="demobar" style="display: flex; flex-direction: column;">
     <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
     <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_BLOG') 
}}">Shop</a></span></h1>
     <p>This is the Essay shop, you can buy articles using an imaginary 
currency (for now).</p>
@@ -63,6 +63,8 @@
       <li><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY', '#') 
}}">Tipping/Survey</a></li>
     </ul>
     <p>You can learn more about Taler on our main <a 
href="https://taler.net";>website</a>.</p>
+    <div style="flex-grow:1"></div>
+    <p>Copyright &copy; 2014&mdash;2018 Inria</p>
   </div>
 
   <section id="main" class="content">
@@ -70,10 +72,6 @@
       This is the main content of the page.
     {% endblock %}
     <hr />
-    <div class="copyright">
-      <p>Copyright &copy; 2014&mdash;2017 INRIA</p>
-      <a href="/javascript" data-jslicense="1" 
class="jslicenseinfo">JavaScript license information</a>
-    </div>
   </section>
 </body>
 </html>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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