From c6b586c38a7bee45aec88b35edcbd10efa3aa30e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 30 Jul 2008 20:38:39 -0700 Subject: [PATCH] Fixed bug in IE 7 in which there was too much horizontal spacing at very wide resolutions. --- NEWS | 5 +++++ static/css/ie7.css | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a63ca45..39ade1d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +1.4.21: July 30, 2008: + * Fixed bug in IE 7 in which there was too much horizontal spacing at very + wide resolutions. + * Increased speed of note hiding animations. + 1.4.20: July 30, 2008: * By popular demand, added a "save" button that becomes grayed out when everything is saved. diff --git a/static/css/ie7.css b/static/css/ie7.css index 400ef42..4efa67b 100644 --- a/static/css/ie7.css +++ b/static/css/ie7.css @@ -10,11 +10,12 @@ #left_area { width: auto; - margin-left: expression( eval( document.all.everything_area && -document.all.everything_area.offsetLeft || 0 ) ); + margin-left: auto; } #note_tree_area { width: auto; + margin-left: -20%; } #right_area {