1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

special stylesheet for Opera

This commit is contained in:
Andrew Dolgov
2006-02-26 08:21:22 +01:00
parent a545b56442
commit 362698addb
3 changed files with 19 additions and 0 deletions
+6
View File
@@ -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>