mirror of
https://github.com/standardebooks/o-henry_short-fiction.git
synced 2025-03-07 11:00:08 +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;
|
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;
|
||||||
|
@ -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;
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user