diff options
| author | John MacFarlane <[email protected]> | 2023-08-27 10:57:09 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-08-27 10:57:09 -0700 |
| commit | f9153e86bbb0b0b5a6722dded757b43c59f3e057 (patch) | |
| tree | 442fc50fc9edf8d03c579c1e7d769262c6840e17 /test | |
| parent | 18bf7e1c390e6aecfd3eb127e7f76617fcbb554f (diff) | |
Update tests for skylighting-format-blaze-html change.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lhs-test.html | 2 | ||||
| -rw-r--r-- | test/lhs-test.html+lhs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index c85e4adc9..c0b7ece66 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -168,7 +168,7 @@ .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 { line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index db055d405..981084e10 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -168,7 +168,7 @@ .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 { line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } |
