mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont use media="screen" for the <style> tag in jackets
This commit is contained in:
parent
b927f4c09d
commit
694430406a
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>{title_str}</title>
|
<title>{title_str}</title>
|
||||||
<meta name="calibre-content" content="jacket"/>
|
<meta name="calibre-content" content="jacket"/>
|
||||||
<style type="text/css" media="screen">{css}</style>
|
<style type="text/css">{css}</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="cbj_banner">
|
<div class="cbj_banner">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user