From 4ab6761abdbdb2b65a6865ea1336d0fb766d0d2c Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 10 Jul 2011 05:07:51 +0530 Subject: [PATCH] hide history window on editor --- edgware/static/css/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index 8729b53..039d991 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -367,6 +367,7 @@ margin-top:0px; #historyWindow { + display: none; position: fixed; top: 20px; right: 0px;