summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opera.css7
-rw-r--r--prefs.php6
-rw-r--r--tt-rss.php6
3 files changed, 19 insertions, 0 deletions
diff --git a/opera.css b/opera.css
new file mode 100644
index 000000000..ce0394407
--- /dev/null
+++ b/opera.css
@@ -0,0 +1,7 @@
+table.main td.headlines {
+ height : 35%;
+ border-width : 0px 0px 1px 1px;
+ border-style : solid;
+ border-color : #c0c0c0;
+}
+
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>
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>