css tweaks

This commit is contained in:
Fabian Jakobs 2010-10-06 15:24:53 +02:00
commit 250d4d9255
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
.ace_gutter {
position: absolute;
overflow-x: scroll;
overflow-x: hidden;
overflow-y: hidden;
height: 100%;
}

View file

@ -10,13 +10,13 @@
.ace-tm .ace_gutter {
width: 50px;
background: rgb(227, 227, 227);
background: #e8e8e8;
color: rgb(136, 136, 136);
}
.ace-tm .ace_editor .ace_printMargin {
width: 1px;
background: rgb(191, 191, 191);
background: #e8e8e8;
}
.ace-tm .ace_gutter-layer {