add indent guide images to themes

This commit is contained in:
nightwing 2012-07-15 23:22:34 +04:00
commit 4a8ead5c7b
27 changed files with 146 additions and 31 deletions

View file

@ -130,4 +130,8 @@
.ace-github .ace_print_margin {
width: 1px;
background: #e8e8e8;
}
.ace-github .ace_indent-guide {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;
}