diff --git a/data/epub.css b/data/epub.css index 742ea7895..e27f4e809 100644 --- a/data/epub.css +++ b/data/epub.css @@ -17,3 +17,8 @@ nav#landmarks ol li { list-style-type: none; margin: 0; padding: 0; } a.footnote-ref { vertical-align: super; } em, em em em, em em em em em { font-style: italic;} em em, em em em em { font-style: normal; } +code{ white-space: pre-wrap; } +span.smallcaps{ font-variant: small-caps; } +span.underline{ text-decoration: underline; } +q { quotes: "“" "”" "‘" "’"; } +div.column{ display: inline-block; vertical-align: top; width: 50%; } diff --git a/data/templates/default.epub2 b/data/templates/default.epub2 index cca9fcf6f..afcf96a3e 100644 --- a/data/templates/default.epub2 +++ b/data/templates/default.epub2 @@ -6,15 +6,6 @@ $pagetitle$ - $if(highlighting-css)$ $if(highlighting-css)$