summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 08:32:11 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 08:32:11 +0100
commita20153510b9bc070a9efb3e5ab04832f26fa26b2 (patch)
treef7013c9d09819491c8422b2cb0f77d8cd8f8a1e1 /tt-rss.css
parent3ad5aa855ca40e89941cd00090f6005ddbf6f96e (diff)
updated schema (md5_hash is not unique any more), feed parsing fixes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 12 insertions, 0 deletions
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;
}
+
+