From 47371f841b7e01965b90e4f220aa9c49dbc2b18b Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 31 Jan 2011 08:21:09 +0100 Subject: [PATCH] fix css --- lib/ace/css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index df204e58..af359ae9 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -74,7 +74,7 @@ } .ace_editor textarea { - position: "absolute"; + position: absolute; z-index: -1; opacity: 0; width: 10px;