This commit is contained in:
Fabian Jakobs 2011-12-20 14:51:51 +01:00
commit 9a5718433b
4 changed files with 14 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -13779,6 +13779,12 @@ ace.define("text!ace/css/editor.css", [], "@import url(//fonts.googleapis.com/cs
" background-position: 2px center;\n" +
"}\n" +
"\n" +
".ace_gutter-cell.ace_info {\n" +
" background-image: url(\"data:image/gif;base64,R0lGODlhEAAQAMQAAAAAAEFBQVJSUl5eXmRkZGtra39/f4WFhYmJiZGRkaampry8vMPDw8zMzNXV1dzc3OTk5Orq6vDw8P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABQALAAAAAAQABAAAAUuICWOZGmeaBml5XGwFCQSBGyXRSAwtqQIiRuiwIM5BoYVbEFIyGCQoeJGrVptIQA7\");\n" +
" background-repeat: no-repeat;\n" +
" background-position: 2px center;\n" +
"}\n" +
"\n" +
".ace_editor .ace_sb {\n" +
" position: absolute;\n" +
" overflow-x: hidden;\n" +

View file

@ -13779,6 +13779,12 @@ define("text!ace/css/editor.css", [], "@import url(//fonts.googleapis.com/css?fa
" background-position: 2px center;\n" +
"}\n" +
"\n" +
".ace_gutter-cell.ace_info {\n" +
" background-image: url(\"data:image/gif;base64,R0lGODlhEAAQAMQAAAAAAEFBQVJSUl5eXmRkZGtra39/f4WFhYmJiZGRkaampry8vMPDw8zMzNXV1dzc3OTk5Orq6vDw8P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABQALAAAAAAQABAAAAUuICWOZGmeaBml5XGwFCQSBGyXRSAwtqQIiRuiwIM5BoYVbEFIyGCQoeJGrVptIQA7\");\n" +
" background-repeat: no-repeat;\n" +
" background-position: 2px center;\n" +
"}\n" +
"\n" +
".ace_editor .ace_sb {\n" +
" position: absolute;\n" +
" overflow-x: hidden;\n" +

File diff suppressed because one or more lines are too long