From 35f0a0b63bafca2fc0681d08567ae2927f49c9d7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Dec 2005 17:18:05 +0100 Subject: [PATCH] UNDO: headline height fix for Opera --- tt-rss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt-rss.css b/tt-rss.css index 6eb95b206..1ad987666 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -840,7 +840,7 @@ div.postHeader td.postDate { td.hlContent { overflow : hidden; - height : 1.5em; + height : 1em; display : block; }