From e6ecf0913909932b4f3c08520714f738be5cd5c1 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Tue, 5 Oct 2010 13:19:16 +0200 Subject: [PATCH] slightly tweak the textmate theme --- src/ace/theme/tm.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ace/theme/tm.css b/src/ace/theme/tm.css index da8acac5..ae942f5a 100644 --- a/src/ace/theme/tm.css +++ b/src/ace/theme/tm.css @@ -9,9 +9,8 @@ } .ace-tm .ace_gutter { - width: 40px; + width: 50px; background: rgb(227, 227, 227); - border-right: 1px solid rgb(159, 159, 159); color: rgb(136, 136, 136); }