]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/pdf.css
Align table cells on top
[ardour-manual] / source / css / pdf.css
index 4b31564545cfde0b362e446e649d6a0200b06701..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;
@@ -141,6 +145,10 @@ ul.toc li a {
        text-decoration: none;
 }
 
+ol {
+       list-style-position: inside;
+}
+
 a {
        color: #000;
 }