##// END OF EJS Templates
Revert "Moved JS in front of HTML"...
Revert "Moved JS in front of HTML" This reverts commit 8b0164edde418138d4e28c20d63fa422931ae6a8.

File last commit:

r14959:d9e11cf1
r15544:6110bc11
Show More
style.less
22 lines | 478 B | text/x-less | LessCssLexer
// Bootstrap
@import "../components/bootstrap/less/bootstrap.less";
@import "../components/bootstrap/less/responsive.less";
// Font-Awesome
@import "../components/font-awesome/less/font-awesome.less";
@FontAwesomePath: "../components/font-awesome/font";
// base
@import "../base/less/style.less";
@import "../base/less/page.less";
// auth
@import "../auth/less/style.less";
// tree
@import "../tree/less/style.less";
// notebook
@import "../notebook/less/style.less";