mirror of
https://github.com/standardebooks/o-henry_short-fiction.git
synced 2025-01-06 10:40:07 +08:00
Update core.css, se.css, and titlepage to new standards
This commit is contained in:
parent
7a6c3414ac
commit
7cfd40d660
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user