##// END OF EJS Templates
move IPython.html to jupyter_notebook
move IPython.html to jupyter_notebook

File last commit:

r21208:e65db1aa
r21208:e65db1aa
Show More
mixins.less
19 lines | 289 B | text/x-less | LessCssLexer
// Mixin CSS classes
.border-box-sizing {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.corner-all {
border-radius: @border-radius-base;
}
.border-radius(@radius) {
border-radius: @radius;
}
.no-padding {
padding: 0px;
}