##// END OF EJS Templates
More changes to example notebooks.
More changes to example notebooks.

File last commit:

r8053:58574fbf
r9193:3e3e3382
Show More
tiddlywiki.css
14 lines | 220 B | text/css | CssLexer
Matthias BUSSONNIER
update CodeMirror2 to 2.32
r8053 span.cm-underlined {
text-decoration: underline;
}
span.cm-strikethrough {
text-decoration: line-through;
}
span.cm-brace {
color: #170;
font-weight: bold;
}
span.cm-table {
color: blue;
font-weight: bold;
}