diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:18:05 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:18:05 +0100 |
| commit | 4644efccae3f705586e04d4d9fcfdf849185dc4d (patch) | |
| tree | 9f4fc5d1696015a19750e06fac25014abf430589 | |
| parent | 96737ce95078508296218bb0d3b49a1111ffa933 (diff) | |
headline height fix for Opera
| -rw-r--r-- | tt-rss.css | 2 |
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; } |