##// END OF EJS Templates
Backport PR #5944: Markdown rendering bug fix....
Backport PR #5944: Markdown rendering bug fix. The wrong signature of `$()` was being used wrong: http://api.jquery.com/jQuery/#jQuery1 right: http://api.jquery.com/jQuery/#jQuery2 Instead of implictly calling parseHTML, call it explicitly. ...

File last commit:

r13547:34cf349f
r17050:01ba807a
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;
}