Remove the hardcoded image width/heigth for the rss icons

This commit is contained in:
Jelle van der Waa 2021-10-16 17:47:04 +02:00
parent 4898d4bbfa
commit f61481b66b
No known key found for this signature in database
GPG Key ID: C06086337C50773E
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ <h2>Arch Planet</h2>
<div id="planet">
<a href="{% url 'planet-feed' %}" title="Planet Arch Linux RSS Feed"
class="rss-icon"><img width="16" height="16" src="{% static "rss.svg" %}" alt="RSS Feed" /></a>
class="rss-icon"><img src="{% static "rss.svg" %}" alt="RSS Feed" /></a>
{% for entry in feed_items %}
<h4>

View File

@ -43,7 +43,7 @@ <h3>
</h3>
<a href="/feeds/news/" title="Arch News RSS Feed"
class="rss-icon"><img width="16" height="16" src="{% static "rss.svg" %}" alt="RSS Feed" /></a>
class="rss-icon"><img src="{% static "rss.svg" %}" alt="RSS Feed" /></a>
{% for news in news_updates %}{% if forloop.counter0 < 5 %}
<h4>
@ -90,7 +90,7 @@ <h3>Recent Updates <span class="more">(<a href="/packages/?sort=-last_update"
title="Browse all of the latest packages">more</a>)</span></h3>
<a href="/feeds/packages/" title="Arch Package Updates RSS Feed"
class="rss-icon"><img width="16" height="16" src="{% static "rss.svg" %}" alt="RSS Feed" /></a>
class="rss-icon"><img src="{% static "rss.svg" %}" alt="RSS Feed" /></a>
<table>
{% for update in pkg_updates %}