gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: navigation logo


From: gnunet
Subject: [taler-www] branch master updated: navigation logo
Date: Mon, 28 Sep 2020 19:45:58 +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 f3d061d  navigation logo
f3d061d is described below

commit f3d061d9f4ef0f323a3e35bc3dda15f79f644204
Author: MS <ms@taler.net>
AuthorDate: Mon Sep 28 19:45:54 2020 +0200

    navigation logo
---
 common/navigation.j2.inc |  4 +++-
 static/styles.css        | 12 +++---------
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index fb44bb1..ea2099d 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -6,7 +6,9 @@
 {%- endmacro %}
 
 <nav class="navbar navbar-expand-lg navbar-light">
-  <a class="navbar-brand taler_home" href="{{ url_localized('index.html') 
}}">Taler</a>
+  <a class="navbar-brand taler_home" href="{{ url_localized('index.html') }}">
+    <img src="{{ url_static('images/logo-2020.jpg') }}">
+  </a>
   <button class="navbar-toggler"
           type="button"
           data-toggle="collapse"
diff --git a/static/styles.css b/static/styles.css
index 2307a5f..af3ccbd 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -113,16 +113,10 @@ footer {
   content: "❭";
   color: #aa3939;
 }
-.taler_home::before {
-  content: "❬";
-  color: #aa3939;
-}
-.taler_home::after {
-  content: "❭";
-  color: #aa3939;
-}
+
 .taler_home {
-  font-family: 'Lucida Console', Monaco, monospace;
+  width: 20%;
+  height: 20%;
 }
 
 .footer-list {

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