summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-03-02 22:28:17 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-03-02 22:28:17 +0100
commit63ca72bc20688ada6ab12fac9441564adcf72679 (patch)
tree18be41b036657af8aecc801d51bde2bc85eaa2c1
parent1a4fe4a3e5d9f0df3a2715e2ed40a0cb2af0e8fb (diff)
downloadarchweb-63ca72bc20688ada6ab12fac9441564adcf72679.tar.gz
archweb-63ca72bc20688ada6ab12fac9441564adcf72679.zip
donate: remove hardcoded width/height from img elements.
-rw-r--r--templates/public/donate.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 920e635f..59b1c3ac 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -32,7 +32,7 @@
as <a href="http://www.spi-inc.org/donations/">how donations work</a>.</p>
<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>
<h3>Commercial sponsors and contributions</h3>
@@ -45,7 +45,7 @@
internet.</p>
<a href="https://www.privateinternetaccess.com/" title="Private Internet Access">
- <img width="496" height="76" src="{% static "pia_logo.png" %}"
+ <img src="{% static "pia_logo.png" %}"
class="sponsor-btn-pia" title="" alt="Private Internet Access logo"/></a>
<p>We would also like to thank <a href="https://icons8.com/" title="Icons8">
@@ -53,7 +53,7 @@
designers and engineers working on fulfilling all your icons needs.</p>
<a href="https://icons8.com/" title="Icons8">
- <img width="200" height="200" src="{% static "icons8_logo.png" %}"
+ <img src="{% static "icons8_logo.png" %}"
class="sponsor-btn-icons8" title="" alt="Icons8 logo"/></a>