summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-26 08:21:22 +0100
committerAndrew Dolgov <[email protected]>2006-02-26 08:21:22 +0100
commit362698addb96983626a74d712e7547958771c93f (patch)
tree484ac61de91b93b995f1e32dcc507786c2815bd2 /tt-rss.php
parenta545b564422750af49f3d051873eef2d30592665 (diff)
special stylesheet for Opera
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index b9c74efc6..7802649c3 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -46,6 +46,12 @@
<link rel="stylesheet" type="text/css" href="tt-rss-ie.css">
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+ <script type="text/javascript">
+ if (navigator.userAgent.match("Opera")) {
+ document.write('<link rel="stylesheet" type="text/css" href="opera.css">');
+ }
+ </script>
</head>
<body>