diff --git a/source/css/pdf.css b/source/css/pdf.css index a1409a20..5429085d 100644 --- a/source/css/pdf.css +++ b/source/css/pdf.css @@ -121,6 +121,10 @@ table, figure { page-break-inside: avoid; } +td, th { + vertical-align: top; +} + ul.toc { list-style: none; margin: 0;