f4185fcef0
Some CSS to ensure that display math is displayed centered and on a new line is now included in the default HTML-based templates; this may be overridden if the user wants a different behavior.
15 lines
488 B
HTML
15 lines
488 B
HTML
code{white-space: pre-wrap;}
|
||
span.smallcaps{font-variant: small-caps;}
|
||
span.underline{text-decoration: underline;}
|
||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||
ul.task-list{list-style: none;}
|
||
$if(quotes)$
|
||
q { quotes: "“" "”" "‘" "’"; }
|
||
$endif$
|
||
$if(highlighting-css)$
|
||
$highlighting-css$
|
||
$endif$
|
||
$if(displaymath-css)$
|
||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||
$endif$
|