Skip to content

Commit

Permalink
resolves #350 fix CSS selectors for valign-middle
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jul 9, 2020
1 parent 3e396fe commit ea4e049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/styles/epub3.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ th.valign-bottom, td.valign-bottom, th.valign-bottom > p, td.valign-bottom > p {
vertical-align: bottom
}

th.valign-middle, td.valign-middle, th.valign-middle p, td.valign-middle p {
th.valign-middle, td.valign-middle, th.valign-middle > p, td.valign-middle > p {
vertical-align: middle
}

Expand Down

0 comments on commit ea4e049

Please sign in to comment.