##// END OF EJS Templates
Merge pull request #4508 from takluyver/qtcompletion-map-fixes...
Merge pull request #4508 from takluyver/qtcompletion-map-fixes Fix some uses of map() in Qt console completion code. Missed these in the Python 3 single codebase work.

File last commit:

r11981:bcb0ada6
r13532:2f38062a merge
Show More
quickhelp.less
15 lines | 219 B | text/x-less | LessCssLexer
.shortcut_key {
display: inline-block;
width: 15ex;
text-align: right;
font-family: @monoFontFamily;
}
.shortcut_descr {
display: inline-block;
}
div.quickhelp {
float: left;
width: 50%;
}