fix paths that I broke when updating codemirror

This commit is contained in:
ansuz
2016-06-23 12:44:11 +02:00
parent 82a9b05d5f
commit b3deb9531d
489 changed files with 64 additions and 0 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;
}