summaryrefslogtreecommitdiff
path: root/data/templates/default.epub3
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.epub3')
-rw-r--r--data/templates/default.epub35
1 files changed, 3 insertions, 2 deletions
diff --git a/data/templates/default.epub3 b/data/templates/default.epub3
index f40f704f1..7e7782597 100644
--- a/data/templates/default.epub3
+++ b/data/templates/default.epub3
@@ -7,8 +7,9 @@
<title>$pagetitle$</title>
<style type="text/css">
code{white-space: pre-wrap;}
- .smallcaps{font-variant: small-caps;}
- .line-block{white-space: pre-line;}
+ span.smallcaps{font-variant: small-caps;}
+ div.line-block{white-space: pre-line;}
+ div.column{display: inline-block; vertical-align: top; width: 50%;}
$if(quotes)$
q { quotes: "“" "”" "‘" "’"; }
$endif$