From 3ed751d40a963ac57590b783d2cff9afa8955d91 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Dec 2005 17:27:08 +0100 Subject: [PATCH] misc fixes for Opera --- functions.js | 2 ++ tt-rss.css | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/functions.js b/functions.js index e0ddfff1..989a144b 100644 --- a/functions.js +++ b/functions.js @@ -494,6 +494,8 @@ function popupHelp(tid) { function hideOrShowFeeds(doc, hide) { + if (!doc.styleSheets) return; + var css_rules = doc.styleSheets[0].cssRules; if (!css_rules || !css_rules.length) return; diff --git a/tt-rss.css b/tt-rss.css index 08446e1c..6eb95b20 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -163,8 +163,8 @@ ul.feedList li.feedCat a:hover { ul.feedCatList { list-style-type : none; - margin : 0px; - padding : 0px 0px 0px 10px; + margin : 0px 0px 0px 20px; + padding : 0px; } ul.feedCatList li { -- 2.39.5