summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 08:17:37 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 08:17:37 +0100
commit28fa92536747cebed6f7df4359983898e3e79ee8 (patch)
tree853797d4bb903205665b436f384b140ce96fd3ff /tt-rss.css
parent7a9fadaabb5071b39e54de7c1a9cd85a5fdee850 (diff)
konqueror compatibility fixes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 6d682a1b3..6c9735c4c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -661,3 +661,8 @@ div.logoutContent {
.small {
font-size : small;
}
+
+table.innerFeedTable td {
+ margin : 0px;
+ padding : 0px;
+}