diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-04 19:48:02 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-04 19:48:02 -0800 |
commit | 3d7608d85549d79659cd3c9dc1c061672687db8c (patch) | |
tree | aef8262565fd6863c63604808338e1fef284bf00 /tests | |
parent | 5d9fc469920ae7962c1fdde7efcb78b889010d24 (diff) | |
download | pandoc-3d7608d85549d79659cd3c9dc1c061672687db8c.tar.gz |
Updated tests for latest highlighting-kate version.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lhs-test.html | 2 | ||||
-rw-r--r-- | tests/lhs-test.html+lhs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lhs-test.html b/tests/lhs-test.html index 955adcdd7..d2b393022 100644 --- a/tests/lhs-test.html +++ b/tests/lhs-test.html @@ -8,7 +8,7 @@ <style type="text/css"> table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { margin: 0; padding: 0; vertical-align: baseline; border: none; } -table.sourceCode { width: 100%; } +table.sourceCode { width: 100%; line-height: 100%; } td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; } td.sourceCode { padding-left: 5px; } code > span.kw { color: #007020; font-weight: bold; } diff --git a/tests/lhs-test.html+lhs b/tests/lhs-test.html+lhs index ea6fa3d48..b5cd5cff3 100644 --- a/tests/lhs-test.html+lhs +++ b/tests/lhs-test.html+lhs @@ -8,7 +8,7 @@ <style type="text/css"> table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { margin: 0; padding: 0; vertical-align: baseline; border: none; } -table.sourceCode { width: 100%; } +table.sourceCode { width: 100%; line-height: 100%; } td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; } td.sourceCode { padding-left: 5px; } code > span.kw { color: #007020; font-weight: bold; } |