Revert "epub, epub3: Added id="cover" to body of titlepage."
This reverts commit 63443da450
.
This commit is contained in:
parent
9655f58e36
commit
eac006ec6d
2 changed files with 3 additions and 8 deletions
|
@ -15,8 +15,8 @@ $for(css)$
|
|||
<link rel="stylesheet" type="text/css" href="$css$" />
|
||||
$endfor$
|
||||
</head>
|
||||
<body>
|
||||
$if(titlepage)$
|
||||
<body id="cover">
|
||||
$for(title)$
|
||||
$if(title.text)$
|
||||
<h1 class="$title.type$">$title.text$</h1>
|
||||
|
@ -42,11 +42,8 @@ $endif$
|
|||
$if(rights)$
|
||||
<p class="rights">$rights$</p>
|
||||
$endif$
|
||||
</body>
|
||||
$else$
|
||||
<body>
|
||||
$body$
|
||||
</body>
|
||||
$endif$
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -19,8 +19,8 @@ $for(css)$
|
|||
<link rel="stylesheet" type="text/css" href="$css$" />
|
||||
$endfor$
|
||||
</head>
|
||||
<body>
|
||||
$if(titlepage)$
|
||||
<body id="cover">
|
||||
<section epub:type="titlepage">
|
||||
$for(title)$
|
||||
$if(title.type)$
|
||||
|
@ -48,11 +48,9 @@ $if(rights)$
|
|||
<p class="rights">$rights$</p>
|
||||
$endif$
|
||||
</section>
|
||||
</body>
|
||||
$else$
|
||||
<body>
|
||||
$body$
|
||||
</body>
|
||||
$endif$
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue