Skip to content

Commit

Permalink
Update core CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Sep 17, 2020
1 parent 780c9a5 commit 8da9d95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/epub/css/core.css
Expand Up @@ -92,6 +92,12 @@ strong{
font-weight: normal;
}

i > i,
em > i,
i > em{
font-style: normal;
}

header{
break-after: avoid;
break-inside: avoid;
Expand Down
5 changes: 5 additions & 0 deletions src/epub/css/se.css
@@ -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%;
Expand Down

0 comments on commit 8da9d95

Please sign in to comment.