1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-05 03:19:15 +00:00

konqueror compatibility fixes

This commit is contained in:
Andrew Dolgov
2005-11-25 08:17:37 +01:00
parent 7a9fadaabb
commit 28fa925367
2 changed files with 16 additions and 3 deletions

View File

@@ -661,3 +661,8 @@ div.logoutContent {
.small {
font-size : small;
}
table.innerFeedTable td {
margin : 0px;
padding : 0px;
}