gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: remove not needed styles


From: gnunet
Subject: [taler-www] branch master updated: remove not needed styles
Date: Mon, 28 Sep 2020 19:56:24 +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 64c0d2d  remove not needed styles
64c0d2d is described below

commit 64c0d2d2620c7ea7554b2c1953a844035cfacb1a
Author: MS <ms@taler.net>
AuthorDate: Mon Sep 28 19:56:20 2020 +0200

    remove not needed styles
---
 common/navigation.j2.inc |  2 +-
 static/styles.css        | 15 ---------------
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 1e712c2..a8c42a9 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 class="taler_home" src="{{ url_static('images/logo-2020.jpg') }}">
+    <img 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 af3ccbd..1e6cae0 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -104,21 +104,6 @@ footer {
   min-height: 80vh;
 }
 
-.adorn_h3_bracket h3::before {
-  content: "❬";
-  color: #aa3939;
-}
-
-.adorn_h3_bracket h3::after {
-  content: "❭";
-  color: #aa3939;
-}
-
-.taler_home {
-  width: 20%;
-  height: 20%;
-}
-
 .footer-list {
   list-style: none;
 }

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