1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-09 04:49:15 +00:00

disable infobox overlay

This commit is contained in:
Andrew Dolgov
2006-05-19 04:52:19 +01:00
parent 7f74a9da6d
commit 6b9bf6c2f6
6 changed files with 43 additions and 47 deletions

View File

@@ -57,6 +57,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>