diff options
Diffstat (limited to 'default.epub3')
-rw-r--r-- | default.epub3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.epub3 b/default.epub3 index 6428e98..0bd4a1a 100644 --- a/default.epub3 +++ b/default.epub3 | |||
@@ -5,7 +5,7 @@ | |||
5 | <meta charset="utf-8" /> | 5 | <meta charset="utf-8" /> |
6 | <meta name="generator" content="pandoc" /> | 6 | <meta name="generator" content="pandoc" /> |
7 | <title>$pagetitle$</title> | 7 | <title>$pagetitle$</title> |
8 | <style type="text/css"> | 8 | <style> |
9 | code{white-space: pre-wrap;} | 9 | code{white-space: pre-wrap;} |
10 | span.smallcaps{font-variant: small-caps;} | 10 | span.smallcaps{font-variant: small-caps;} |
11 | span.underline{text-decoration: underline;} | 11 | span.underline{text-decoration: underline;} |
@@ -15,12 +15,12 @@ $if(quotes)$ | |||
15 | $endif$ | 15 | $endif$ |
16 | </style> | 16 | </style> |
17 | $if(highlighting-css)$ | 17 | $if(highlighting-css)$ |
18 | <style type="text/css"> | 18 | <style> |
19 | $highlighting-css$ | 19 | $highlighting-css$ |
20 | </style> | 20 | </style> |
21 | $endif$ | 21 | $endif$ |
22 | $for(css)$ | 22 | $for(css)$ |
23 | <link rel="stylesheet" type="text/css" href="$css$" /> | 23 | <link rel="stylesheet" href="$css$" /> |
24 | $endfor$ | 24 | $endfor$ |
25 | $for(header-includes)$ | 25 | $for(header-includes)$ |
26 | $header-includes$ | 26 | $header-includes$ |