##// END OF EJS Templates
use \0 instead of 'wake up' to finish output...
use \0 instead of 'wake up' to finish output since we are now seeing the captured output, we don't need `wake up` at the end of all of our test outputs.

File last commit:

r17291:d1162f79
r20318:d5648dc2
Show More
style_noapp.less
15 lines | 306 B | text/x-less | LessCssLexer
MinRK
add comments for style blocks in less...
r17291 /*!
*
* IPython notebook
*
*/
Matthias BUSSONNIER
inverse style.less and app.less
r13474 @import "variables.less";
@import "ansicolors.less";
@import "cell.less";
@import "codecell.less";
@import "codemirror.less";
@import "highlight.less";
@import "outputarea.less";
@import "renderedhtml.less";
@import "textcell.less";
Brian E. Granger
Don't render insecure Markdown and show warning.
r15633 @import "../../widgets/less/widgets.less";