Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix epub|type CSS selector
  • Loading branch information
acabal committed Sep 10, 2020
1 parent 1610c6d commit dab7b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/epub/css/local.css
Expand Up @@ -94,7 +94,7 @@ footer{
font-style: italic;
}

[epub:type~="z3998:signature"],
[epub|type~="z3998:signature"],
[epub|type~="z3998:recipient"]{
font-variant: small-caps;
}
Expand All @@ -118,7 +118,7 @@ footer{
margin-bottom: 1em;
}

#benito-cereno blockquote header [epub:type~="z3998:signature"]{
#benito-cereno blockquote header [epub|type~="z3998:signature"]{
font-style: normal;
}

Expand All @@ -130,6 +130,6 @@ footer{
font-style: normal;
}

#benito-cereno [epub:type~="z3998:signature"] + [epub:type~="z3998:signature"]{
#benito-cereno [epub|type~="z3998:signature"] + [epub|type~="z3998:signature"]{
text-align: left;
}

0 comments on commit dab7b7b

Please sign in to comment.