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