diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-01-15 18:50:15 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-01-15 18:50:15 -0800 |
commit | 25386101d5428eedca69089ab8e5373f0a079bff (patch) | |
tree | fb00c2057fd3ed422a24443b9e13ee3dad4accd7 /default.html5 | |
parent | 40ef433abb89cb205ee25077fab343951caabe35 (diff) | |
download | pandoc-25386101d5428eedca69089ab8e5373f0a079bff.tar.gz |
HTML5 template: Made quote styles fit on one line.
Diffstat (limited to 'default.html5')
-rw-r--r-- | default.html5 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/default.html5 b/default.html5 index 8215bb977..720b2fc62 100644 --- a/default.html5 +++ b/default.html5 @@ -15,9 +15,7 @@ $endif$ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> $if(quotes)$ - <style type="text/css"> - q { quotes: "“" "”" "‘" "’"; } - </style> + <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style> $endif$ $if(highlighting-css)$ <style type="text/css"> |