##// END OF EJS Templates
restore websocket_url configurable...
restore websocket_url configurable allows ws to be handled via separate proxies, as appears to be the case on OpenShift and some other hosting services.

File last commit:

r16941:18cfceaa
r17303:36967884
Show More
style.less
22 lines | 488 B | text/x-less | LessCssLexer
// Bootstrap
@import "../components/bootstrap/less/bootstrap.less";
@import "../components/bootstrap/less/responsive-utilities.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";