special stylesheet for Opera

master
Andrew Dolgov 19 years ago
parent a545b56442
commit 362698addb

@ -0,0 +1,7 @@
table.main td.headlines {
height : 35%;
border-width : 0px 0px 1px 1px;
border-style : solid;
border-color : #c0c0c0;
}

@ -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>

@ -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>

Loading…
Cancel
Save