From: Ed Ward Date: Wed, 31 Jul 2019 14:28:06 +0000 (+0200) Subject: Align table cells on top X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f1a3a5e3b221492f935e969b68d956bd9d65a55;hp=0cd3cf0a0cbe0a1b0567601851894fe3aaccc3e0;p=ardour-manual Align table cells on top --- diff --git a/source/css/pdf.css b/source/css/pdf.css index a1409a2..5429085 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;