diff options
Diffstat (limited to 'epub-coverimage.html')
-rw-r--r-- | epub-coverimage.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/epub-coverimage.html b/epub-coverimage.html index e73978bd0..b28d19eba 100644 --- a/epub-coverimage.html +++ b/epub-coverimage.html @@ -5,6 +5,19 @@ <title>$pagetitle$</title> <style type="text/css">img{ max-width: 100%; }</style> <link href="stylesheet.css" type="text/css" rel="stylesheet" /> +$if(quotes)$ + <style type="text/css"> + q { quotes: "“" "”" "‘" "’"; } + </style> +$endif$ +$if(highlighting-css)$ + <style type="text/css"> +$highlighting-css$ + </style> +$endif$ +$for(css)$ + <link rel="stylesheet" $if(epub3)$$else$type="text/css"$endif$ href="$css$" /> +$endfor$ </head> <body> <div id="cover-image"> |