summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 14:43:07 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 14:43:07 +0100
commit5950419ce04056fa340df6d01fc79db9716f7bba (patch)
tree19fb72e784582ba5a6238419ff4fcc39da5106dc /prefs.php
parentfe7537b5dd0449a074cd0e7f2daefae21e78d16f (diff)
remove gecko.css
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php3
1 files changed, 0 insertions, 3 deletions
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>