diff options
Diffstat (limited to 'default.html4')
-rw-r--r-- | default.html4 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/default.html4 b/default.html4 index 714b3ff..5f9b43e 100644 --- a/default.html4 +++ b/default.html4 | |||
@@ -15,19 +15,8 @@ $if(keywords)$ | |||
15 | $endif$ | 15 | $endif$ |
16 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 16 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
17 | <style type="text/css"> | 17 | <style type="text/css"> |
18 | code{white-space: pre-wrap;} | 18 | $styles.html()$ |
19 | span.smallcaps{font-variant: small-caps;} | ||
20 | span.underline{text-decoration: underline;} | ||
21 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
22 | $if(quotes)$ | ||
23 | q { quotes: "“" "”" "‘" "’"; } | ||
24 | $endif$ | ||
25 | </style> | ||
26 | $if(highlighting-css)$ | ||
27 | <style type="text/css"> | ||
28 | $highlighting-css$ | ||
29 | </style> | 19 | </style> |
30 | $endif$ | ||
31 | $for(css)$ | 20 | $for(css)$ |
32 | <link rel="stylesheet" href="$css$" type="text/css" /> | 21 | <link rel="stylesheet" href="$css$" type="text/css" /> |
33 | $endfor$ | 22 | $endfor$ |