mirror of
https://github.com/standardebooks/charles-darwin_the-voyage-of-the-beagle.git
synced 2025-09-05 11:25:54 -04:00
Changes to local.css after build and check
This commit is contained in:
parent
59de9a9e1a
commit
1f2229d2b2
1 changed files with 9 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue