summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gecko.css20
-rw-r--r--prefs.php3
-rw-r--r--tt-rss.php3
3 files changed, 0 insertions, 26 deletions
diff --git a/gecko.css b/gecko.css
deleted file mode 100644
index d717718a8..000000000
--- 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 445c10e09..bd29bd8b2 100644
--- 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>
diff --git a/tt-rss.php b/tt-rss.php
index 310c12b73..f01723f3d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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>