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/writer.html4 | |
| parent | 739bf78c376320d19a525b7b0ec5f8e13d32bb4c (diff) | |
templates: CSS for .smallcaps, closes #1592 (#3485)
Diffstat (limited to 'test/writer.html4')
| -rw-r--r-- | test/writer.html4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.html4 b/test/writer.html4 index 3b63f4e16..d26d9e67d 100644 --- a/test/writer.html4 +++ b/test/writer.html4 @@ -8,7 +8,7 @@ <meta name="author" content="Anonymous" /> <meta name="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> </head> <body> <div id="header"> |
