Skip to content

Commit

Permalink
Update CSS to use text-align: initial; in favor of text-align: left;
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Dec 29, 2020
1 parent 8cb4586 commit 4041c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/epub/css/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[epub|type~="z3998:poem"] p,
[epub|type~="z3998:verse"] p{
text-align: left;
text-align: initial;
text-indent: 0;
}

Expand All @@ -30,6 +30,6 @@ footer{

[epub|type~="z3998:postscript"]{
margin-top: 1em;
text-align: left;
text-align: initial;
text-indent: 0;
}

0 comments on commit 4041c60

Please sign in to comment.