From 8502a36481949b11da51b126797c92c3163d1ef8 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Mon, 16 May 2011 23:49:08 +0200 Subject: [PATCH] Mark two new strings in the latest updates view for translation; prettify the RSS icon display somewhat. --- src/IDF/templates/idf/project/timeline.html | 4 +++- www/media/idf/css/style.css | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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;