##// END OF EJS Templates
Fixed float
Fixed float

File last commit:

r16912:30744239
r16924:85843ffb
Show More
mixins.less
14 lines | 253 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;
}