##// END OF EJS Templates
allow ContentsManager methods to return Futures...
allow ContentsManager methods to return Futures mainly adding `@gen.coroutine` and `yield gen.maybe_future` all over the place. No FileContentsManager methods are actually async at this point.

File last commit:

r19305:30017139
r19595:8d319048
Show More
edit.less
9 lines | 139 B | text/x-less | LessCssLexer
#texteditor-container {
border-bottom: 1px solid #ccc;
}
#filename {
font-size: 16pt;
display: table;
padding: 0px 5px;
}