##// END OF EJS Templates
highlight: cell metadata to decide how to highlight foreign languages...
r12572:b0d197bf
Show More
quickhelp.less
15 lines | 219 B | text/x-less | LessCssLexer
Brian E. Granger
Splitting notebook.less into separate files.
r10730 .shortcut_key {
display: inline-block;
width: 15ex;
text-align: right;
font-family: @monoFontFamily;
}
.shortcut_descr {
Paul Ivanov
two column quickhelp dialog, closes #3895...
r11981 display: inline-block;
}
div.quickhelp {
float: left;
width: 50%;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }