Add a one-pixel gutter border to the textmate theme.

This commit is contained in:
Julian Viereck 2011-05-15 13:46:25 +02:00
commit c1f3d06b91

View file

@ -50,6 +50,7 @@ define(function(require, exports, module) {
.ace-tm .ace_gutter {\
width: 50px;\
background: #e8e8e8;\
border-right: 1px solid rgb(159, 159, 159); \
color: #333;\
overflow : hidden;\
}\