upgrade to newest codemirror

This commit is contained in:
ansuz
2016-06-23 12:30:40 +02:00
parent 1a5905d9fd
commit 82a9b05d5f
489 changed files with 2806 additions and 682 deletions

View File

@@ -0,0 +1,23 @@
.mt-output .mt-token {
border: 1px solid #ddd;
white-space: pre;
font-family: "Consolas", monospace;
text-align: center;
}
.mt-output .mt-style {
font-size: x-small;
}
.mt-output .mt-state {
font-size: x-small;
vertical-align: top;
}
.mt-output .mt-state-row {
display: none;
}
.mt-state-unhide .mt-output .mt-state-row {
display: table-row;
}