##// END OF EJS Templates
Fix detecting the native kernel to launch with sys.executable...
Fix detecting the native kernel to launch with sys.executable This should address the test failures on Windows.

File last commit:

r16912:30744239
r17457:daf26bf0
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();
}