diff --git a/src/IDF/templates/idf/project/timeline.html b/src/IDF/templates/idf/project/timeline.html index 06dfcc1..c156b1b 100644 --- a/src/IDF/templates/idf/project/timeline.html +++ b/src/IDF/templates/idf/project/timeline.html @@ -21,7 +21,9 @@ {/if} {/foreach}

-

Subscribe to this timeline
{trans 'RSS'} Atom feeds

+

{trans 'Subscribe to this timeline'}
+{trans 'RSS'} {trans 'Atom feed'} +

{/block} diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index 6566b8e..4998e70 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -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;