Replace the Feed icon with a transparent one, put it next to the [atom feed] links

This commit is contained in:
Jef van Schendel 2011-08-18 15:53:52 +02:00
parent 0146307b88
commit 1f5a55f667
3 changed files with 6 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

After

Width:  |  Height:  |  Size: 378 B

View File

@ -38,8 +38,9 @@
<div class="grid_16">
<a href="{{ request.urlgen(
'mediagoblin.listings.tag_atom_feed',
tag=tag_slug) }}">
{%- trans %}atom feed{% endtrans -%}
tag=tag_slug) }}"
><img src="{{ request.staticdirect('/images/icon_feed.png') }}"
class="media_icon" />{%- trans %}atom feed{% endtrans -%}
</a>
</div>
{% endblock %}

View File

@ -100,8 +100,9 @@
</a>
</p>
<a href="{{ request.urlgen( 'mediagoblin.user_pages.atom_feed',
user=user.username) }}">
{%- trans %}atom feed{% endtrans -%}
user=user.username) }}"
><img src="{{ request.staticdirect('/images/icon_feed.png') }}"
class="media_icon" />{%- trans %}atom feed{% endtrans -%}
</a>
</div>