diff options
author | Mauro Bieg <mb21@users.noreply.github.com> | 2017-03-04 22:52:11 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-04 22:52:11 +0100 |
commit | 40d1dc417aec8f7cbade5895a1f4ce549039c2c1 (patch) | |
tree | 45fadde59a394a69c4daa9483cf9704c58c90b57 /test/lhs-test.html | |
parent | 739bf78c376320d19a525b7b0ec5f8e13d32bb4c (diff) | |
download | pandoc-40d1dc417aec8f7cbade5895a1f4ce549039c2c1.tar.gz |
templates: CSS for .smallcaps, closes #1592 (#3485)
Diffstat (limited to 'test/lhs-test.html')
-rw-r--r-- | test/lhs-test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index 0ee25be30..24ba03db6 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -5,7 +5,7 @@ <meta name="generator" content="pandoc" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>Untitled</title> - <style type="text/css">code{white-space: pre;}</style> + <style type="text/css">code{white-space: pre;} .smallcaps{font-variant: small-caps;}</style> <style type="text/css"> div.sourceCode { overflow-x: auto; } table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { |