Skip to content

Commit 4898d4b

Browse files
hvynalekjelly
authored andcommitted
Convert rss icon to svg
Closes: #367
1 parent db36a3e commit 4898d4b

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

sitestatic/archweb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ div.widget {
656656
/* feeds page */
657657
#rss-feeds .rss {
658658
padding-right: 20px;
659-
background: url(rss.png) top right no-repeat;
659+
background: url(rss.svg) top right no-repeat;
660660
}
661661

662662
/* artwork: logo images */

sitestatic/rss.png

-707 Bytes
Binary file not shown.

sitestatic/rss.svg

Lines changed: 3 additions & 0 deletions
Loading

templates/planet/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Arch Planet</h2>
1717

1818
<div id="planet">
1919
<a href="{% url 'planet-feed' %}" title="Planet Arch Linux RSS Feed"
20-
class="rss-icon"><img width="16" height="16" src="{% static "rss.png" %}" alt="RSS Feed" /></a>
20+
class="rss-icon"><img width="16" height="16" src="{% static "rss.svg" %}" alt="RSS Feed" /></a>
2121

2222
{% for entry in feed_items %}
2323
<h4>

templates/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h3>
4343
</h3>
4444

4545
<a href="/feeds/news/" title="Arch News RSS Feed"
46-
class="rss-icon"><img width="16" height="16" src="{% static "rss.png" %}" alt="RSS Feed" /></a>
46+
class="rss-icon"><img width="16" height="16" src="{% static "rss.svg" %}" alt="RSS Feed" /></a>
4747

4848
{% for news in news_updates %}{% if forloop.counter0 < 5 %}
4949
<h4>
@@ -90,7 +90,7 @@ <h3>Recent Updates <span class="more">(<a href="/packages/?sort=-last_update"
9090
title="Browse all of the latest packages">more</a>)</span></h3>
9191

9292
<a href="/feeds/packages/" title="Arch Package Updates RSS Feed"
93-
class="rss-icon"><img width="16" height="16" src="{% static "rss.png" %}" alt="RSS Feed" /></a>
93+
class="rss-icon"><img width="16" height="16" src="{% static "rss.svg" %}" alt="RSS Feed" /></a>
9494

9595
<table>
9696
{% for update in pkg_updates %}

0 commit comments

Comments
 (0)