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 19bda51 commit 54436dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/epub/css/local.css
Expand Up @@ -44,7 +44,7 @@ p span.i2{
padding-left: 3em;
}

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

Expand All @@ -53,6 +53,6 @@ footer{
margin-top: 1em;
}

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

0 comments on commit 54436dc

Please sign in to comment.