summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 01f7ca5ba..d0a31f6bb 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -56,6 +56,9 @@
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>