447
edits
No edit summary |
mNo edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 251: | Line 251: | ||
background: #0f0; | background: #0f0; | ||
font-weight: unset; | font-weight: unset; | ||
} | |||
/* Math */ | |||
mjx-container { | |||
font-size: 85%!important; | |||
} | } | ||
Line 257: | Line 263: | ||
/***********************/ | /***********************/ | ||
div.math-typesetting p { margin: 0 0 2em; } | div.math-typesetting p { | ||
margin: 0 0 2em; | |||
text-indent: 1.5em; | |||
} | |||
div.math-block mjx-container { | |||
font-size: 117.4%!important; | |||
} | |||
div.math-block { | |||
text-align: center; | |||
} | |||