summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 290714e6d..0c4f2e2e9 100644
--- a/test/lhs-test.html
+++ b/test/lhs-test.html
@@ -179,7 +179,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
- pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
+ pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs
index c90ab93f0..582ff68b4 100644
--- a/test/lhs-test.html+lhs
+++ b/test/lhs-test.html+lhs
@@ -179,7 +179,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
- pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
+ pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }