##// END OF EJS Templates
Make a copy of the input list so that changes to the children list don't automagically change our reference list
Make a copy of the input list so that changes to the children list don't automagically change our reference list

File last commit:

r18489:2bdaec39
r19003:3d1f42dc
Show More
style.less
29 lines | 489 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";
// notebook
@import "../notebook/less/style.less";
@import "../notebook/less/terminal.less";