From 3c1e6f540ddec7de6cc41cdaec53a668428cf698 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 11 Feb 2009 01:09:50 -0800 Subject: [PATCH] Made note drop targets show up with less vertical spacing in IE. --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 18c048a..b00ac8b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -575,6 +575,7 @@ h1 { position: relative; top: -0.5em; border-top: 2px dashed #000000; + height: 0; } .note_drop_target_hover {