##// END OF EJS Templates
Add ScrollManager to global ipy namespace in main.js instead of,...
Add ScrollManager to global ipy namespace in main.js instead of, in the bottom of the scroll manager js file.

File last commit:

r16255:8357bd54
r17868:7d0e0ec2
Show More
ipython.less
9 lines | 271 B | text/x-less | LessCssLexer
MinRK
add IPython-only CSS...
r11337 // minimal imports from bootstrap - only variables and mixins
@import "../components/bootstrap/less/variables.less";
@import "../components/bootstrap/less/mixins.less";
// base
@import "../base/less/style.less";
// notebook
Matthias BUSSONNIER
rename app.less to style_noapp.less
r13545 @import "../notebook/less/style_noapp.less";