##// END OF EJS Templates
Transfer of border-box-sizing from js to css...
Transfer of border-box-sizing from js to css `border-box-sizing` is pure styling, it has nothing to do in Javascript it should be put in css to be overwritable.

File last commit:

r16255:8357bd54
r17422:c49778be
Show More
ipython.less
9 lines | 271 B | text/x-less | LessCssLexer
// 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
@import "../notebook/less/style_noapp.less";