##// END OF EJS Templates
Merge pull request #5523 from jdfreder/i5521...
Merge pull request #5523 from jdfreder/i5521 Make SVGs resizable in the NB

File last commit:

r13547:34cf349f
r16393:c54e9ee8 merge
Show More
mixins.less
11 lines | 197 B | text/x-less | LessCssLexer
Brian E. Granger
More movign around of things in notebook and js/less.
r10703 // Mixin CSS classes
.border-box-sizing {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.corner-all {
Matthias BUSSONNIER
use baseBorderRadius instead of corner_radius...
r13547 border-radius: @baseBorderRadius;
}