diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-11-28 10:49:42 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-11-28 10:49:42 -0800 |
commit | 8b0b4cd84860b08e6fefe59fde32c5677d7c65c8 (patch) | |
tree | f470e1f6d5dcf8807164dc6586ff848cfa63c4b4 /test | |
parent | 393ce6f1e3f9ac2b5ab5cee44560332ce9902ae1 (diff) | |
download | pandoc-8b0b4cd84860b08e6fefe59fde32c5677d7c65c8.tar.gz |
Update tests for new skylighting.
Diffstat (limited to 'test')
-rw-r--r-- | test/lhs-test.html | 6 | ||||
-rw-r--r-- | test/lhs-test.html+lhs | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index 636e7ee1e..c07c4f533 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -29,8 +29,10 @@ pre.numberSource a.sourceLine::before -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; - padding: 0 4px; width: 4em; } -pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; color: #aaaaaa; padding-left: 4px; } + padding: 0 4px; width: 4em; + color: #aaaaaa; + } +pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; } @media screen { a.sourceLine::before { text-decoration: underline; color: initial; } } diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index a8185a268..a2d9bc324 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -29,8 +29,10 @@ pre.numberSource a.sourceLine::before -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; - padding: 0 4px; width: 4em; } -pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; color: #aaaaaa; padding-left: 4px; } + padding: 0 4px; width: 4em; + color: #aaaaaa; + } +pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; } @media screen { a.sourceLine::before { text-decoration: underline; color: initial; } } |