summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@archlinux.org>2019-03-17 15:39:18 +0100
committerJelle van der Waa <jelle@archlinux.org>2019-03-17 15:39:18 +0100
commitabd46b6bbe1ea7a5993bce12e54fc18ac47c5f1c (patch)
tree7f085042a128df81fc9c37198cfd40674a47cefd
parentb1e24b4ad2e22ef432b0642599e4258e37792d6d (diff)
downloadarchweb-abd46b6bbe1ea7a5993bce12e54fc18ac47c5f1c.tar.gz
archweb-abd46b6bbe1ea7a5993bce12e54fc18ac47c5f1c.zip
public: remove unrequired hardcoded width/height
-rw-r--r--templates/public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 9c7ce00f..1bd974f4 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -194,13 +194,13 @@
<div id="home-donate-button" class="widget">
<a href="https://co.clickandpledge.com/Default.aspx?WID=47294">
- <img width="210" height="34" src="{% static "click_and_pledge.png" %}" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
+ <img src="{% static "click_and_pledge.png" %}" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
</a>
</div>
<div id="arch-sponsors" class="widget">
<a href="https://www.privateinternetaccess.com/" title="Private Internet Access">
- <img width="265" height="41" src="{% static "pia_button.png" %}"
+ <img src="{% static "pia_button.png" %}"
title="" alt="Private Internet Access logo"/>
</a>
</div>