From 94d62a20f9bf409852c2ff8478bd09a85147e8e5 Mon Sep 17 00:00:00 2001 From: danyaPostfactum Date: Tue, 22 May 2012 04:33:50 +1200 Subject: [PATCH] Update lib/ace/theme/crimson_editor.js --- lib/ace/theme/crimson_editor.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/ace/theme/crimson_editor.js b/lib/ace/theme/crimson_editor.js index d38f0d5c..c0981537 100644 --- a/lib/ace/theme/crimson_editor.js +++ b/lib/ace/theme/crimson_editor.js @@ -46,7 +46,6 @@ exports.cssText = ".ace-crimson-editor .ace_editor {\ }\ \ .ace-crimson-editor .ace_gutter {\ - width: 50px;\ background: #e8e8e8;\ color: #333;\ overflow : hidden;\ @@ -57,10 +56,6 @@ exports.cssText = ".ace-crimson-editor .ace_editor {\ text-align: right;\ }\ \ -.ace-crimson-editor .ace_gutter-layer .ace_gutter-cell {\ - padding-right: 6px;\ -}\ -\ .ace-crimson-editor .ace_print_margin {\ width: 1px;\ background: #e8e8e8;\