##// END OF EJS Templates
add InteractiveShell.display_page config...
add InteractiveShell.display_page config sends all pager output to regular output instead of pager pagers are registered via the already-existing show_in_pager hook, rather than clobbering like we used to do in `install_payload_page`

File last commit:

r19305:30017139
r19387:c0ca9867
Show More
style.less
32 lines | 533 B | text/x-less | LessCssLexer
/*!
*
* Twitter Bootstrap
*
*/
@import "../components/bootstrap/less/bootstrap.less";
/*!
*
* Font Awesome
*
*/
@import "../components/font-awesome/less/font-awesome.less";
@fa-font-path: "../components/font-awesome/fonts";
// base
@import "../base/less/style.less";
@import "../base/less/page.less";
// auth
@import "../auth/less/style.less";
// tree
@import "../tree/less/style.less";
// edit
@import "../edit/less/style.less";
// notebook
@import "../notebook/less/style.less";
@import "../notebook/less/terminal.less";