##// END OF EJS Templates
Backport PR #5574: Remove the outdated keyboard shortcuts from notebook docs...
Backport PR #5574: Remove the outdated keyboard shortcuts from notebook docs Closes gh-5569 Backport to 2.x.

File last commit:

r15899:6af177f5
r16395:e1866f83
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();
}