gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: adjust navigation logo


From: gnunet
Subject: [taler-www] branch master updated: adjust navigation logo
Date: Mon, 28 Sep 2020 20:09:48 +0200

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

ms pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 5f806a3  adjust navigation logo
5f806a3 is described below

commit 5f806a38d64f63a96e498c4fd632cbd07181845c
Author: MS <ms@taler.net>
AuthorDate: Mon Sep 28 20:09:44 2020 +0200

    adjust navigation logo
---
 common/navigation.j2.inc | 2 +-
 static/styles.css        | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index a8c42a9..1e712c2 100644
--- 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 src="{{ url_static('images/logo-2020.jpg') }}">
+    <img class="taler_home" src="{{ url_static('images/logo-2020.jpg') }}">
   </a>
   <button class="navbar-toggler"
           type="button"
diff --git a/static/styles.css b/static/styles.css
index 1e6cae0..c4e7f47 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -121,6 +121,14 @@ footer {
   filter: invert(100%);
 }
 
+/* overrides bootstrap defaults.  */
+.navbar-brand {
+  display: contents;
+}
+
+.taler_home {
+  width: 10%;
+}
 
 .checkmark {
   height: 1em;

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