Skip to content

Commit

Permalink
Rearrange CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Feb 23, 2021
1 parent e56ae13 commit edeb94d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/epub/css/local.css
Expand Up @@ -186,8 +186,8 @@ footer{
[epub|type~="z3998:verse"] p > span,
[epub|type~="z3998:song"] p > span{
display: block;
text-indent: -1em;
padding-left: 1em;
text-indent: -1em;
}

[epub|type~="z3998:poem"] p > span + br,
Expand All @@ -208,21 +208,21 @@ footer{
}

p span.i1{
text-indent: -1em;
padding-left: 2em;
text-indent: -1em;
}

p span.i2{
text-indent: -1em;
padding-left: 3em;
text-indent: -1em;
}

p span.i3{
text-indent: -1em;
padding-left: 4em;
text-indent: -1em;
}

p span.i4{
text-indent: -1em;
padding-left: 5em;
text-indent: -1em;
}

0 comments on commit edeb94d

Please sign in to comment.