From 28fa92536747cebed6f7df4359983898e3e79ee8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Nov 2005 08:17:37 +0100 Subject: konqueror compatibility fixes --- tt-rss.css | 5 +++++ tt-rss.php | 14 +++++++++++--- 2 files changed, 16 insertions(+), 3 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; +} diff --git a/tt-rss.php b/tt-rss.php index 3aa5d52c0..7983afca0 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -82,17 +82,24 @@ + + +
+ +
- +
+
All feeds: @@ -106,6 +113,7 @@
+ -- cgit v1.2.3