diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-10-17 16:59:56 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-10-17 16:59:56 -0700 |
| commit | 1a61eec29325978c3bcbfa10e06e0f921b916efb (patch) | |
| tree | 43c3f9b253626ff7565f07fc0451007b9ee06e55 /test/lhs-test.html | |
| parent | 5ca064b40187df5658fd3bece0b95e619494add4 (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')
| -rw-r--r-- | test/lhs-test.html | 3 |
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> |
