]> Shamusworld >> Repos - ardour-manual/commitdiff
Align table cells on top
authorEd Ward <edwsaintesprit@hotmail.com>
Wed, 31 Jul 2019 14:28:06 +0000 (16:28 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Wed, 31 Jul 2019 14:28:06 +0000 (16:28 +0200)
source/css/pdf.css

index a1409a20292a21bff4145816e2e8edd5c77f5dab..5429085d52f8ef396f86aadf32a22389cb0a2ddb 100644 (file)
@@ -121,6 +121,10 @@ table, figure {
        page-break-inside: avoid;
 }
 
+td, th {
+       vertical-align: top;
+}
+
 ul.toc {
        list-style: none;
        margin: 0;