summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 17:18:05 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 17:18:05 +0100
commit4644efccae3f705586e04d4d9fcfdf849185dc4d (patch)
tree9f4fc5d1696015a19750e06fac25014abf430589 /tt-rss.css
parent96737ce95078508296218bb0d3b49a1111ffa933 (diff)
headline height fix for Opera
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 70f119cf5..08446e1c2 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -840,7 +840,7 @@ div.postHeader td.postDate {
td.hlContent {
overflow : hidden;
- height : 1em;
+ height : 1.5em;
display : block;
}