Mark two new strings in the latest updates view for translation;
prettify the RSS icon display somewhat.
This commit is contained in:
parent
be4774c95c
commit
8502a36481
@ -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}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user