]> Shamusworld >> Repos - ardour-manual/commitdiff
Ordered lists in PDF respect margins
authorEd Ward <edwsaintesprit@hotmail.com>
Wed, 31 Jul 2019 14:20:07 +0000 (16:20 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Wed, 31 Jul 2019 14:20:07 +0000 (16:20 +0200)
source/css/pdf.css

index 4b31564545cfde0b362e446e649d6a0200b06701..a1409a20292a21bff4145816e2e8edd5c77f5dab 100644 (file)
@@ -141,6 +141,10 @@ ul.toc li a {
        text-decoration: none;
 }
 
+ol {
+       list-style-position: inside;
+}
+
 a {
        color: #000;
 }