Update core.css, se.css, and titlepage to new standards

This commit is contained in:
Alex Cabal 2020-09-10 10:40:47 -05:00
parent 7a6c3414ac
commit 7cfd40d660
3 changed files with 7 additions and 7 deletions

View File

@ -105,12 +105,6 @@ section > header + *{
margin-top: 3em; margin-top: 3em;
} }
section[epub|type~="titlepage"] img{
display: block;
width: 100%;
margin: 3em auto auto auto;
}
a[epub|type~="noteref"]{ a[epub|type~="noteref"]{
font-size: .75em; font-size: .75em;
font-style: normal !important; font-style: normal !important;

View File

@ -1,6 +1,12 @@
@charset "utf-8"; @charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops"; @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~="colophon"],
section[epub|type~="imprint"]{ section[epub|type~="imprint"]{
text-align: center; text-align: center;

View File

@ -3,7 +3,7 @@
<head> <head>
<title>Titlepage</title> <title>Titlepage</title>
<link href="../css/core.css" rel="stylesheet" type="text/css"/> <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> </head>
<body epub:type="frontmatter"> <body epub:type="frontmatter">
<section id="titlepage" epub:type="titlepage"> <section id="titlepage" epub:type="titlepage">