##// END OF EJS Templates
Merge pull request #6962 from takluyver/nb-dir-and-file-to-run...
Merge pull request #6962 from takluyver/nb-dir-and-file-to-run Allow starting the server with both file_to_run and notebook_dir

File last commit:

r16912:30744239
r19004:2fda8e1a merge
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();
}