mirror of
https://github.com/standardebooks/charles-darwin_the-origin-of-species.git
synced 2025-09-05 02:26:00 -04:00
Update core CSS files
This commit is contained in:
parent
87c1959e44
commit
1b3bfdf0a0
2 changed files with 11 additions and 0 deletions
|
@ -92,6 +92,12 @@ strong{
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
i > i,
|
||||
em > i,
|
||||
i > em{
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
header{
|
||||
break-after: avoid;
|
||||
break-inside: avoid;
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
@charset "utf-8";
|
||||
@namespace epub "http://www.idpf.org/2007/ops";
|
||||
|
||||
/* This may appear in the colophon */
|
||||
abbr.era{
|
||||
font-variant: all-small-caps;
|
||||
}
|
||||
|
||||
section[epub|type~="titlepage"] img{
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue