##// END OF EJS Templates
Fixing various output related things:...
Fixing various output related things: This was inspired by PR #4105. * JavaScript output no longer requires calling container.show() * Added output_javascript CSS class that has zero height when empty. * JavaScript error messages are properly indented with the prompt area.

File last commit:

r13545:c8944960
r13792:baa3bdcc
Show More
style_noapp.less
9 lines | 233 B | text/x-less | LessCssLexer
@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";