Skip to content

Commit

Permalink
Update tests core.css to match latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince committed Jul 17, 2023
1 parent 0970d3e commit 10c407d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tests/data/draft/jane-austen_unknown-novel/src/epub/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,32 @@ hgroup{
text-align: center;
}

/* simulate h3 in an hgroup */
hgroup h2 + p{
font-size: 1.17em;
}

/* simulate h4 in an hgroup */
hgroup h2 + p + p,
hgroup h3 + p{
font-size: 1em;
}

/* simulate h5 in an hgroup */
hgroup h2 + p + p + p,
hgroup h3 + p + p,
hgroup h4 + p{
font-size: .83em;
}

/* simulate h6 in an hgroup */
hgroup h2 + p + p + p + p,
hgroup h3 + p + p + p,
hgroup h4 + p + p,
hgroup h5 + p{
font-size: .67em;
}

hgroup > *{
font-weight: normal;
margin: 0;
Expand Down

0 comments on commit 10c407d

Please sign in to comment.