##// END OF EJS Templates
tiny refactor to nbconvert ansi filter...
tiny refactor to nbconvert ansi filter was looking at this code for another project, and was irked by what I saw here, so just cleaned it up.

File last commit:

r15899:6af177f5
r16799:a4c04435
Show More
quickhelp.less
15 lines | 214 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @monoFontFamily;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}