From a20153510b9bc070a9efb3e5ab04832f26fa26b2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 Aug 2005 08:32:11 +0100 Subject: updated schema (md5_hash is not unique any more), feed parsing fixes --- tt-rss.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index ba1d08a12..ed326aa47 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -73,6 +73,16 @@ table.headlinesList td.title { padding-bottom : 3px; } +table.headlinesList td.feedLastUpdateNotice { + font-size : x-small; + border-width : 0px 0px 1px 0px; + border-color : #d0d0d0; + border-style : solid; + text-align : left; + padding-bottom : 3px; + color : #a0a0a0; +} + table.headlinesList td.headlineUpdated { width : 200px; } @@ -282,3 +292,5 @@ td.headlineUpdateMark { width : 25px; text-align : center; } + + -- cgit v1.2.3