[6s&7s] Add CSS for song

This commit is contained in:
vr8hub 2019-10-29 20:46:12 -05:00
parent ff78b96697
commit 2e5c92d1ef

View File

@ -1,2 +1,26 @@
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
[epub|type~="z3998:song"] p{
text-align: left;
text-indent: 0;
}
[epub|type~="z3998:song"] p > span{
display: block;
text-indent: -1em;
padding-left: 1em;
}
[epub|type~="z3998:song"] p > span + br{
display: none;
}
[epub|type~="z3998:song"] + p{
text-indent: 0;
}
p span.i1{
text-indent: -1em;
padding-left: 2em;
}