aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html5
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2017-03-04 22:52:11 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-04 22:52:11 +0100
commit40d1dc417aec8f7cbade5895a1f4ce549039c2c1 (patch)
tree45fadde59a394a69c4daa9483cf9704c58c90b57 /test/writer.html5
parent739bf78c376320d19a525b7b0ec5f8e13d32bb4c (diff)
downloadpandoc-40d1dc417aec8f7cbade5895a1f4ce549039c2c1.tar.gz
templates: CSS for .smallcaps, closes #1592 (#3485)
Diffstat (limited to 'test/writer.html5')
-rw-r--r--test/writer.html52
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.html5 b/test/writer.html5
index 6a1e8388d..46aa27ae3 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -8,7 +8,7 @@
<meta name="author" content="Anonymous" />
<meta name="dcterms.date" content="2006-07-17" />
<title>Pandoc Test Suite</title>
- <style type="text/css">code{white-space: pre;}</style>
+ <style type="text/css">code{white-space: pre;} .smallcaps{font-variant: small-caps;}</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->