1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 01:29:13 +00:00

headline height fix for Opera

This commit is contained in:
Andrew Dolgov
2005-12-20 17:18:05 +01:00
parent 96737ce950
commit 4644efccae

View File

@@ -840,7 +840,7 @@ div.postHeader td.postDate {
td.hlContent {
overflow : hidden;
height : 1em;
height : 1.5em;
display : block;
}