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 becdcde commit 97a506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epub/css/local.css
Expand Up @@ -91,7 +91,7 @@ section[epub|type~="z3998:scene"] > p{

#the-scenes-of-the-play table{
margin: auto;
text-align: left;
text-align: initial;
}

li > *:first-child{
Expand Down

0 comments on commit 97a506b

Please sign in to comment.