summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-20 11:36:00 +0100
committerAndrew Dolgov <[email protected]>2005-11-20 11:36:00 +0100
commitbca02305ba0a0f7ae90e328f838b17c409465599 (patch)
treed58a82e03bd10fcbd46a3098aa07c6a9d3f4f4fd /tt-rss.css
parentfdbcd71a7ecb3b6d872e2259af33205c9920bbb2 (diff)
show latest headlines in feed details
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 7c3257887..cf9aeea32 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -613,3 +613,7 @@ table.innerLoginForm td {
div.small, p.small {
font-size : x-small;
}
+
+span.insensitive {
+ color : gray;
+}