1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

fix headlines row height

This commit is contained in:
Andrew Dolgov 2005-12-10 19:50:27 +01:00
parent de244d27f7
commit 4663f9c650

View File

@ -800,3 +800,7 @@ td.hlContent {
height : 1em;
display : block;
}
td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
height : 1em;
}