aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-08-27 10:57:09 -0700
committerJohn MacFarlane <[email protected]>2023-08-27 10:57:09 -0700
commitf9153e86bbb0b0b5a6722dded757b43c59f3e057 (patch)
tree442fc50fc9edf8d03c579c1e7d769262c6840e17
parent18bf7e1c390e6aecfd3eb127e7f76617fcbb554f (diff)
Update tests for skylighting-format-blaze-html change.
-rw-r--r--test/lhs-test.html2
-rw-r--r--test/lhs-test.html+lhs2
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; }