gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: cut down checkmark size


From: gnunet
Subject: [taler-www] branch master updated: cut down checkmark size
Date: Tue, 04 May 2021 17:32:45 +0200

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

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new ad827d2  cut down checkmark size
ad827d2 is described below

commit ad827d2c04f436e74566793b463e6991db1325c1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 4 17:32:43 2021 +0200

    cut down checkmark size
---
 images/checkmark.png   | Bin 45757 -> 12576 bytes
 template/index.html.j2 |  12 ++++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/images/checkmark.png b/images/checkmark.png
index bb14d29..344a6f4 100644
Binary files a/images/checkmark.png and b/images/checkmark.png differ
diff --git a/template/index.html.j2 b/template/index.html.j2
index 6100d19..d0ad144 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -17,27 +17,27 @@
         <p>
         <ul class="checklist">
           <li>
-            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Payments without registration")}}
           </li>
           <li>
-            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Data protection by default")}}
           </li>
           <li>
-            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Fraud eliminated by design")}}
           </li>
           <li>
-            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Not a new currency!")}}
           </li>
           <li>
-            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             {{ _("Empowers communities to run their own payment 
infrastructure")}}
           </li>
           <li>
-            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=72 width=72 alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
             <a href="https://gnu.org/philosophy/free-sw.html";>{{ _("Free 
Software") }}</a>
           </li>
         </ul>

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