summaryrefslogtreecommitdiff
path: root/test/lhs-test.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/lhs-test.html')
-rw-r--r--test/lhs-test.html2
1 files changed, 1 insertions, 1 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; }