update themes

This commit is contained in:
Fabian Jakobs 2010-10-25 20:01:04 +02:00
commit ae3f9e28c3
10 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@ require.def("ace/theme/Clouds",
}\
\
.ace-clouds .ace_gutter-layer {\
right: 0px;\
width: 100%;\
text-align: right;\
}\
\

View file

@ -17,7 +17,7 @@ require.def("ace/theme/CloudsMidnight",
}\
\
.ace-clouds-midnight .ace_gutter-layer {\
right: 0px;\
width: 100%;\
text-align: right;\
}\
\

View file

@ -17,7 +17,7 @@ require.def("ace/theme/Cobalt",
}\
\
.ace-cobalt .ace_gutter-layer {\
right: 0px;\
width: 100%;\
text-align: right;\
}\
\

View file

@ -17,7 +17,7 @@ require.def("ace/theme/Dawn",
}\
\
.ace-dawn .ace_gutter-layer {\
right: 0px;\
width: 100%;\
text-align: right;\
}\
\

View file

@ -17,7 +17,7 @@ require.def("ace/theme/IdleFingers",
}\
\
.ace-idle-fingers .ace_gutter-layer {\
right: 0px;\
width: 100%;\
text-align: right;\
}\
\

View file

@ -17,7 +17,7 @@ require.def("ace/theme/KrTheme",
}\
\
.ace-kr-theme .ace_gutter-layer {\
right: 0px;\
width: 100%;\
text-align: right;\
}\
\

View file

@ -17,7 +17,7 @@ require.def("ace/theme/MonoIndustrial",
}\
\
.ace-mono-industrial .ace_gutter-layer {\
right: 0px;\
width: 100%;\
text-align: right;\
}\
\

View file

@ -17,7 +17,7 @@ require.def("ace/theme/Monokai",
}\
\
.ace-monokai .ace_gutter-layer {\
right: 0px;\
width: 100%;\
text-align: right;\
}\
\

View file

@ -17,7 +17,7 @@ require.def("ace/theme/Twilight",
}\
\
.ace-twilight .ace_gutter-layer {\
right: 0px;\
width: 100%;\
text-align: right;\
}\
\

View file

@ -14,7 +14,7 @@
}
.%cssClass% .ace_gutter-layer {
right: 0px;
width: 100%;
text-align: right;
}