Update play CSS to new standards

This commit is contained in:
Alex Cabal 2021-01-23 14:30:26 -06:00
parent 0ced7f480f
commit 43bac1f661

View File

@ -173,8 +173,10 @@ footer{
width: 75%; width: 75%;
} }
[epub|type~="z3998:drama"]{ [epub|type~="z3998:drama"] table{
border-collapse: collapse; border-collapse: collapse;
margin: 1em auto;
width: 100%;
} }
[epub|type~="z3998:drama"] tr:first-child td{ [epub|type~="z3998:drama"] tr:first-child td{
@ -205,10 +207,6 @@ footer{
width: 20%; width: 20%;
} }
[epub|type~="z3998:drama"] table{
margin: 1em auto;
}
[epub|type~="z3998:stage-direction"]{ [epub|type~="z3998:stage-direction"]{
font-style: italic; font-style: italic;
} }