##// END OF EJS Templates
make lib.latextools accept unicode...
make lib.latextools accept unicode and remove unused math_to_image

File last commit:

r19319:c847b345
r19562:75d50035
Show More
menubar.less
13 lines | 223 B | text/x-less | LessCssLexer
.selected-keymap {
i.fa {
padding: 0px 5px;
}
i.fa:before {
content: @fa-var-check;
}
}
#mode-menu {
// truncate mode-menu, so it doesn't get longer than the screen
overflow: auto;
max-height: 20em;
}