Update core CSS files

This commit is contained in:
Alex Cabal 2020-09-16 21:05:56 -05:00
parent 7cfd40d660
commit 24012dcb17
2 changed files with 11 additions and 0 deletions

View File

@ -92,6 +92,12 @@ strong{
font-weight: normal;
}
i > i,
em > i,
i > em{
font-style: normal;
}
header{
break-after: avoid;
break-inside: avoid;

View File

@ -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%;