]> git.wh0rd.org Git - tt-rss.git/commitdiff
remove gecko.css
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 22 Jan 2009 13:43:07 +0000 (14:43 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 22 Jan 2009 13:43:07 +0000 (14:43 +0100)
gecko.css [deleted file]
prefs.php
tt-rss.php

diff --git a/gecko.css b/gecko.css
deleted file mode 100644 (file)
index d717718..0000000
--- 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;
-}
-*/
index 445c10e0900a80b12e8a8ee3368918dc2656f315..bd29bd8b299cb01dab29afa8e4469a604eee3bb7 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -55,9 +55,6 @@
                if (navigator.userAgent.match("Opera")) {
                        document.write('<link rel="stylesheet" type="text/css" href="opera.css">');
                }
-               if (navigator.userAgent.match("Gecko") && !navigator.userAgent.match("KHTML")) {
-                       document.write('<link rel="stylesheet" type="text/css" href="gecko.css">');
-               }
        //]]>
        </script>
 </head>
index 310c12b7318d1832d672d6daf3f9c84de6f9e2ed..f01723f3dc1afcbad77f2c228827a4596ce356bc 100644 (file)
@@ -56,9 +56,6 @@
                if (navigator.userAgent.match("Opera")) {
                        document.write('<link rel="stylesheet" type="text/css" href="opera.css">');
                }
-               if (navigator.userAgent.match("Gecko") && !navigator.userAgent.match("KHTML")) {
-                       document.write('<link rel="stylesheet" type="text/css" href="gecko.css">');
-               }
                window.onresize=resize_headlines;
        //]]>
        </script>