summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parenta545b564422750af49f3d051873eef2d30592665 (diff)
special stylesheet for Opera
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 8235805d5..451e981dc 100644
--- a/prefs.php
+++ b/prefs.php
@@ -45,6 +45,12 @@
<script type="text/javascript" src="pngfix.js"></script>
<![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>