Skip to content

Commit

Permalink
Fix epub|type CSS selector
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Sep 10, 2020
1 parent 5315e8b commit 2b538cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epub/css/local.css
Expand Up @@ -8,7 +8,7 @@ article,
break-after: page;
}

[epub:type~="z3998:signature"]{
[epub|type~="z3998:signature"]{
font-variant: small-caps;
}

Expand Down

0 comments on commit 2b538cc

Please sign in to comment.