summaryrefslogtreecommitdiff
path: root/test/lhs-test.html+lhs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-10-17 16:59:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-10-17 16:59:56 -0700
commit1a61eec29325978c3bcbfa10e06e0f921b916efb (patch)
tree43c3f9b253626ff7565f07fc0451007b9ee06e55 /test/lhs-test.html+lhs
parent5ca064b40187df5658fd3bece0b95e619494add4 (diff)
Adjust tests for CSS change; add CSS comments to mark...
highlighting CSS and citations CSS in the source.
Diffstat (limited to 'test/lhs-test.html+lhs')
-rw-r--r--test/lhs-test.html+lhs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs
index 04e33fcae..f51f8d5bd 100644
--- a/test/lhs-test.html+lhs
+++ b/test/lhs-test.html+lhs
@@ -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>