Changes to local.css after build and check

This commit is contained in:
David Grigg 2023-09-19 13:49:54 +10:00
parent 59de9a9e1a
commit 1f2229d2b2

View file

@ -1,5 +1,10 @@
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
@namespace xml "http://www.w3.org/XML/1998/namespace";
blockquote[xml|lang]{
font-style: italic;
}
footer{
margin-top: 1em;
@ -51,8 +56,6 @@ section[epub|type~="dedication"] > *{
/* figures */
figure{
break-inside: avoid;
margin: 1em 40px;
text-align: center;
}
figure img{
@ -61,16 +64,16 @@ figure img{
max-width: 100%;
}
figure.small-image img{
max-width: 50%;
}
figcaption{
font-size: .75em;
font-style: italic;
margin: 1em;
}
figcaption p + p{
text-indent: 0;
}
figure.full-page{
break-after: page;
break-before: page;