From: Andrew Dolgov Date: Thu, 22 Jan 2009 13:43:07 +0000 (+0100) Subject: remove gecko.css X-Git-Tag: git2svn-syncpoint-master~58 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5950419ce04056fa340df6d01fc79db9716f7bba;p=tt-rss.git remove gecko.css --- diff --git a/gecko.css b/gecko.css deleted file mode 100644 index d717718a..00000000 --- a/gecko.css +++ /dev/null @@ -1,20 +0,0 @@ -/* #infoBox { - font-size : small; - position : relative; - top : 30%; - left : 30%; - width : 30%; - padding-bottom : 5px; -} - -#infoBoxShadow { - background-image : url("images/overlay.png"); - left : 0; - top : 0; - height : 100%; - width : 100%; - z-index : 3; - position : absolute; - display : none; -} -*/ diff --git a/prefs.php b/prefs.php index 445c10e0..bd29bd8b 100644 --- a/prefs.php +++ b/prefs.php @@ -55,9 +55,6 @@ if (navigator.userAgent.match("Opera")) { document.write(''); } - if (navigator.userAgent.match("Gecko") && !navigator.userAgent.match("KHTML")) { - document.write(''); - } //]]> diff --git a/tt-rss.php b/tt-rss.php index 310c12b7..f01723f3 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -56,9 +56,6 @@ if (navigator.userAgent.match("Opera")) { document.write(''); } - if (navigator.userAgent.match("Gecko") && !navigator.userAgent.match("KHTML")) { - document.write(''); - } window.onresize=resize_headlines; //]]>