diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/styles.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html index 34cd4de89..ea92c39ec 100644 --- a/data/templates/styles.html +++ b/data/templates/styles.html @@ -10,3 +10,6 @@ $endif$ $if(highlighting-css)$ $highlighting-css$ $endif$ +$if(displaymath-css)$ +.display.math{display: block; text-align: center; margin: 0.5rem auto;} +$endif$ |