aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-12-14 11:29:35 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-12-14 11:29:35 -0800
commit9fe6d91a1a75d6a3fd5a9ef5884b13be5055920b (patch)
tree266a61eca60841f00ef06822d1bbe6c5d6d2c982 /test/lhs-test.html
parentee60ba5252360d2efbf9cf30197236a21a15a924 (diff)
downloadpandoc-9fe6d91a1a75d6a3fd5a9ef5884b13be5055920b.tar.gz
Remove unnecessary type="text/css" on style and link for HTML5.
Closes #5146.
Diffstat (limited to 'test/lhs-test.html')
-rw-r--r--test/lhs-test.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html
index 3a3247982..efe9d8e29 100644
--- a/test/lhs-test.html
+++ b/test/lhs-test.html
@@ -5,13 +5,13 @@
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>lhs-test</title>
- <style type="text/css">
+ <style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
- <style type="text/css">
+ <style>
a.sourceLine { display: inline-block; line-height: 1.25; }
a.sourceLine { pointer-events: none; color: inherit; text-decoration: inherit; }
a.sourceLine:empty { height: 1.2em; }