From 525b61a237b49e03280f2167f355752ae5dc8628 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 2 Oct 2006 05:31:10 +0100 Subject: [PATCH] msie6 fixes for default theme --- tt-rss.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tt-rss.css b/tt-rss.css index 510acda73..b45d67386 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1288,6 +1288,9 @@ div.return a:hover { border-width : 1px 0px 0px 0px; border-color : #88b0f0; border-style : solid; + height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px'); + width: expression((parseInt(document.documentElement.clientWidth)-25)+'px'); + }