Skip to content

Commit

Permalink
Update core.css, se.css, and titlepage to new standards
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Sep 10, 2020
1 parent d5ff6e7 commit 3c645a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/epub/css/core.css
Expand Up @@ -105,12 +105,6 @@ section > header + *{
margin-top: 3em;
}

section[epub|type~="titlepage"] img{
display: block;
width: 100%;
margin: 3em auto auto auto;
}

a[epub|type~="noteref"]{
font-size: .75em;
font-style: normal !important;
Expand Down
6 changes: 6 additions & 0 deletions src/epub/css/se.css
@@ -1,6 +1,12 @@
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";

section[epub|type~="titlepage"] img{
display: block;
width: 100%;
margin: 3em auto auto auto;
}

section[epub|type~="colophon"],
section[epub|type~="imprint"]{
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion src/epub/text/titlepage.xhtml
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Titlepage</title>
<link href="../css/core.css" rel="stylesheet" type="text/css"/>
<link href="../css/local.css" rel="stylesheet" type="text/css"/>
<link href="../css/se.css" rel="stylesheet" type="text/css"/>
</head>
<body epub:type="frontmatter">
<section id="titlepage" epub:type="titlepage">
Expand Down

0 comments on commit 3c645a4

Please sign in to comment.