mirror of
https://github.com/standardebooks/o-henry_short-fiction.git
synced 2025-02-05 10:50:09 +08:00
[6s&7s] Add CSS for song
This commit is contained in:
parent
ff78b96697
commit
2e5c92d1ef
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user