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 12ff7ef commit 9f18c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epub/css/local.css
Expand Up @@ -2,7 +2,7 @@
@namespace epub "http://www.idpf.org/2007/ops";

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

Expand Down

0 comments on commit 9f18c8e

Please sign in to comment.