##// END OF EJS Templates
autosave & reload on kernelspec switch...
autosave & reload on kernelspec switch when a custom kernel.js was defined, in which case reload is needed to ensure clean js state.

File last commit:

r16912:30744239
r21022:04178bd1
Show More
quickhelp.less
15 lines | 221 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @font-family-monospace;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}