##// END OF EJS Templates
DOC: Update %matplotlib for bbox_inches...
DOC: Update %matplotlib for bbox_inches Added a couple of extra lines to the matplotlib magic doc string with instructions on how to shut off the default bbox_inches='tight' behavior.

File last commit:

r19648:ac31ebae
r20711:e9641c49
Show More
style.less
33 lines | 545 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";
// terminal
@import "../terminal/less/terminal.less";