aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.html5
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.html5')
-rw-r--r--data/templates/default.html513
1 files changed, 1 insertions, 12 deletions
diff --git a/data/templates/default.html5 b/data/templates/default.html5
index 9816fcf9f..eff6e73ab 100644
--- a/data/templates/default.html5
+++ b/data/templates/default.html5
@@ -15,19 +15,8 @@ $if(keywords)$
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
<style>
- code{white-space: pre-wrap;}
- span.smallcaps{font-variant: small-caps;}
- span.underline{text-decoration: underline;}
- div.column{display: inline-block; vertical-align: top; width: 50%;}
-$if(quotes)$
- q { quotes: "“" "”" "‘" "’"; }
-$endif$
- </style>
-$if(highlighting-css)$
- <style>
-$highlighting-css$
+ $styles.html()$
</style>
-$endif$
$for(css)$
<link rel="stylesheet" href="$css$" />
$endfor$