##// END OF EJS Templates
Indenting MathJax rendered equations in rendered_html divs....
Indenting MathJax rendered equations in rendered_html divs. This is designed to match the indentation level of MathJax equations in output.

File last commit:

r11981:bcb0ada6
r12642:5fbc283a
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 }