summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-10 17:13:59 +0100
committerAndrew Dolgov <[email protected]>2005-12-10 17:13:59 +0100
commitde244d27f73e4088c41dc49345927e23019561cb (patch)
tree2984ffcd525dcaf0c893a686e0cb2f704c3a3150 /tt-rss.css
parent27f089dc81d803ccfb93ef93e1e523843e3cde1f (diff)
headlines: tweak display of content preview
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 20b589bfc..948807c95 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -795,4 +795,8 @@ div.postHeader td.postDate {
display : none;
}
-
+td.hlContent {
+ overflow : hidden;
+ height : 1em;
+ display : block;
+}