Mark two new strings in the latest updates view for translation;

prettify the RSS icon display somewhat.
feature.download-md5
Thomas Keller 2011-05-16 23:49:08 +02:00
parent be4774c95c
commit 8502a36481
2 changed files with 8 additions and 1 deletions

View File

@ -21,7 +21,9 @@
{/if}
{/foreach}
</p>
<p><strong>Subscribe to this timeline</strong><br /><img src="{media '/idf/img/rss.png'}" alt="{trans 'RSS'}" /> <a href="{$feedurl}" >Atom feeds</a></p>
<p><strong>{trans 'Subscribe to this timeline'}</strong><br />
<span class="label"><img src="{media '/idf/img/rss.png'}" alt="{trans 'RSS'}" /> <a href="{$feedurl}">{trans 'Atom feed'}</a></span>
</p>
{/block}

View File

@ -295,6 +295,11 @@ span.label {
padding-left: 0.5em;
}
span.label img {
max-height: 13px;
vertical-align: -10%;
}
a.label {
color: #204a87;
text-decoration: none;