mirror of
https://github.com/standardebooks/o-henry_short-fiction.git
synced 2025-01-06 10:40:07 +08:00
Fix epub|type CSS selector
This commit is contained in:
parent
abaf07f3e2
commit
7a6c3414ac
@ -138,11 +138,11 @@ p span.i3{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#queries-and-answers p[epub:type~="z3998:signature"]{
|
||||
#queries-and-answers p[epub|type~="z3998:signature"]{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
[epub:type~="z3998:signature"]{
|
||||
[epub|type~="z3998:signature"]{
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user