From: Ed Ward Date: Wed, 31 Jul 2019 14:20:07 +0000 (+0200) Subject: Ordered lists in PDF respect margins X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cd3cf0a0cbe0a1b0567601851894fe3aaccc3e0;hp=498117584a7a73f2d857eb517e8e0a9f148c61ff;p=ardour-manual Ordered lists in PDF respect margins --- diff --git a/source/css/pdf.css b/source/css/pdf.css index 4b31564..a1409a2 100644 --- a/source/css/pdf.css +++ b/source/css/pdf.css @@ -141,6 +141,10 @@ ul.toc li a { text-decoration: none; } +ol { + list-style-position: inside; +} + a { color: #000; }