]> git.wh0rd.org - tt-rss.git/commitdiff
misc fixes for Opera
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Dec 2005 16:27:08 +0000 (17:27 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Dec 2005 16:27:08 +0000 (17:27 +0100)
functions.js
tt-rss.css

index e0ddfff12f3a142fe7efb1217dcd87941e16273b..989a144bdec77db7db10946087e57470da5d2cde 100644 (file)
@@ -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;
index 08446e1c29fb49bceae80fe9cf5bce24d370b9ad..6eb95b206fc530fccc18254f92179ae099c2765d 100644 (file)
@@ -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 {