diff options
| author | John MacFarlane <[email protected]> | 2024-02-27 20:02:52 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-27 20:02:52 -0800 |
| commit | 4ca2de1715fa600ed087aaf88af164f104b04523 (patch) | |
| tree | 7a34fd86bc297f5ac40941c13cac82c44ca7589a /test/lhs-test.html+lhs | |
| parent | 7504bf459c2faddf1cdbb0777bacfd097769c85b (diff) | |
Update test suite for latest skylighting-format-blaze-html.
Diffstat (limited to 'test/lhs-test.html+lhs')
| -rw-r--r-- | test/lhs-test.html+lhs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
