kopia lustrzana https://github.com/miklobit/TiddlyWiki5
* katex-plugin: fix #6041 add automatic numbering reset to KaTex style-sheet * fix typosort-optimisations
rodzic
33a82e395e
commit
d0dec741ad
|
@ -13,10 +13,16 @@ tags: [[$:/tags/Stylesheet]]
|
|||
text-rendering: auto;
|
||||
}
|
||||
|
||||
/* Reset Automatic Numbering on a per tiddler basis */
|
||||
|
||||
.tc-tiddler-frame {
|
||||
counter-reset: katexEqnNo;
|
||||
}
|
||||
|
||||
/* Avoid TW5's max-width: 100% */
|
||||
|
||||
.katex svg {
|
||||
max-width: initial;
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
/* Override font URLs */
|
||||
|
|
Ładowanie…
Reference in New Issue