##// END OF EJS Templates
Revert "Moved JS in front of HTML"...
Revert "Moved JS in front of HTML" This reverts commit 8b0164edde418138d4e28c20d63fa422931ae6a8.

File last commit:

r13547:34cf349f
r15544:6110bc11
Show More
mixins.less
11 lines | 197 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: @baseBorderRadius;
}