add warning style

This commit is contained in:
Fabian Jakobs 2011-01-25 13:32:42 +01:00
commit 40627c2825

View file

@ -27,6 +27,12 @@ body {
background-position: 4px center;
}
.ace_gutter-cell.ace_warning {
background-image: url("icons/warning_obj.gif");
background-repeat: no-repeat;
background-position: 4px center;
}
#controls {
width: 100%;
height: 55px;