Update core CSS files
This commit is contained in:
parent
7cfd40d660
commit
24012dcb17
@ -92,6 +92,12 @@ strong{
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i > i,
|
||||||
|
em > i,
|
||||||
|
i > em{
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
header{
|
header{
|
||||||
break-after: avoid;
|
break-after: avoid;
|
||||||
break-inside: avoid;
|
break-inside: avoid;
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
@namespace epub "http://www.idpf.org/2007/ops";
|
@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{
|
section[epub|type~="titlepage"] img{
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user