##// END OF EJS Templates
Merge pull request #4492 from takluyver/docs-refresh...
Merge pull request #4492 from takluyver/docs-refresh Configuration docs refresh - Moved the technical details of the config system into the development directory. - Added a new 'intro' document describing how to use the config system, without the technical info. - Autogenerate lists of config options for the main components (this doesn't yet include the parallel machinery). - Condense and tidy up other config docs, removing outdated information.

File last commit:

r11033:fa36e98f
r13534:e33abb35 merge
Show More
style.less
20 lines | 527 B | text/x-less | LessCssLexer
@import "variables.less";
@import "ansicolors.less";
@import "cell.less";
@import "celltoolbar.less";
@import "codecell.less";
@import "codemirror.less";
@import "completer.less";
@import "highlight.less";
@import "menubar.less";
@import "notebook.less";
@import "notificationarea.less";
@import "notificationwidget.less";
@import "outputarea.less";
@import "pager.less";
@import "quickhelp.less";
@import "renderedhtml.less";
@import "savewidget.less";
@import "textcell.less";
@import "toolbar.less";
@import "tooltip.less";