summaryrefslogtreecommitdiff
path: root/test/lhs-test.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/lhs-test.html')
-rw-r--r--test/lhs-test.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html
index 76492a50c..c5637d7da 100644
--- a/test/lhs-test.html
+++ b/test/lhs-test.html
@@ -157,6 +157,8 @@
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
+ .display.math{display: block; text-align: center; margin: 0.5rem auto;}
+ /* CSS for syntax highlighting */
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
@@ -220,7 +222,6 @@
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
- .display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>