aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.html4
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.html4')
-rw-r--r--data/templates/default.html47
1 files changed, 5 insertions, 2 deletions
diff --git a/data/templates/default.html4 b/data/templates/default.html4
index 7081c0bd1..8f422cf5f 100644
--- a/data/templates/default.html4
+++ b/data/templates/default.html4
@@ -14,10 +14,13 @@ $if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
- <style type="text/css">code{white-space: pre;} .smallcaps{font-variant: small-caps;}</style>
+ <style type="text/css">
+ code{white-space: pre-wrap;}
+ .smallcaps{font-variant: small-caps;}
$if(quotes)$
- <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
+ q { quotes: "“" "”" "‘" "’"; }
$endif$
+ </style>
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$