From e7b9fc6901da8da89f464688558ab20a8e59c89a Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 27 Oct 2010 00:51:45 +0200 Subject: [PATCH] Simplify --- kronolith/themes/ie7.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/themes/ie7.css b/kronolith/themes/ie7.css index e36527416..a5e3fbd5f 100644 --- a/kronolith/themes/ie7.css +++ b/kronolith/themes/ie7.css @@ -3,7 +3,7 @@ } #kronolithViewMonth { width: 100%; - height: expression(document.body.clientHeight-53+'px'); + height: expression(kronolithBody.offsetHeight+'px'); } #kronolithViewMonthContainer { top: 45px; -- 2.11.0