##// END OF EJS Templates
General cleanup of base.js, including indentation fixes and adding view callbacks to the save options dictionary.
General cleanup of base.js, including indentation fixes and adding view callbacks to the save options dictionary.

File last commit:

r12234:a5feb16d
r14501:46d68b6b
Show More
style.less
22 lines | 530 B | text/x-less | LessCssLexer
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714 // Bootstrap
MinRK
inherit bootstrap properly...
r10913 @import "../components/bootstrap/less/bootstrap.less";
MinRK
use responsive bootstrap
r10900 @import "../components/bootstrap/less/responsive.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
MinRK
move font-awesome to style.less from notebook-specific less...
r11338 // Font-Awesome
@import "../components/font-awesome/build/assets/font-awesome/less/font-awesome.less";
@FontAwesomePath: "../components/font-awesome/build/assets/font-awesome/font";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714 // base
Brian E. Granger
Adding style.less to each subdir - but still use global style.less
r10718 @import "../base/less/style.less";
Matthias BUSSONNIER
do not include specific css in embedable one
r12234 @import "../base/less/page.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
// auth
Brian E. Granger
Adding style.less to each subdir - but still use global style.less
r10718 @import "../auth/less/style.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
Brian E. Granger
Playing with the order of less imports.
r10720 // tree
@import "../tree/less/style.less";
Brian E. Granger
Renaming notebooks->notebook in less and templates.
r10722 // notebook
@import "../notebook/less/style.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
Brian E. Granger
Playing with the order of less imports.
r10720