summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-02 05:31:10 +0100
committerAndrew Dolgov <[email protected]>2006-10-02 05:31:10 +0100
commit525b61a237b49e03280f2167f355752ae5dc8628 (patch)
treee011b0d758b2def02276b4e0412f578a430f128c /tt-rss.css
parentae813d06d2b9a143987fd6c3a175051581153b4e (diff)
msie6 fixes for default theme
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css3
1 files changed, 3 insertions, 0 deletions
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');
+
}