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
commit35f0a0b63bafca2fc0681d08567ae2927f49c9d7 (patch)
treece6d090d449c912d675e0f0a37ba9458341bdde0 /tt-rss.css
parent3ed751d40a963ac57590b783d2cff9afa8955d91 (diff)
UNDO: 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 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;
}