summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 16:17:49 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 16:17:49 +0100
commit591c396df4e9d7799a552a94a7c69ede58fecb6e (patch)
treef71bb20663e890f183fb4cf03cd1d5ed9322284c /tt-rss.css
parent1572afe508162a4e475669e3bb651ee659568c20 (diff)
content preview in headlines list, option SHOW_CONTENT_PREVIEW
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 9da226bc8..9eabfd929 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -700,3 +700,8 @@ table.headlinesSubToolbar td.headlineTitle {
text-align : right;
}
+span.contentPreview {
+ font-size : x-small;
+ color : gray;
+ font-weight : normal;
+}