Align table cells on top

This commit is contained in:
Ed Ward 2019-07-31 16:28:06 +02:00
parent 0cd3cf0a0c
commit 4f1a3a5e3b

View File

@ -121,6 +121,10 @@ table, figure {
page-break-inside: avoid;
}
td, th {
vertical-align: top;
}
ul.toc {
list-style: none;
margin: 0;