From: Andrew Dolgov Date: Mon, 2 Oct 2006 04:31:10 +0000 (+0100) Subject: msie6 fixes for default theme X-Git-Tag: 1.2.4~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=525b61a237b49e03280f2167f355752ae5dc8628;p=tt-rss.git msie6 fixes for default theme --- diff --git a/tt-rss.css b/tt-rss.css index 510acda7..b45d6738 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'); + }