X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=6c8784dba98e88f215b787a80c56b9566acf0ca3;hb=b818a4a21376b64fe83a532564f66e2ad8f560af;hp=fd063aedf5814d69c7127b783765d1407a75a791;hpb=40881b5b46369e7b8d3ff56cec8405144f1b6db2;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index fd063ae..6c8784d 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -579,16 +579,16 @@ samp:after { } /* for the TOC */ -#chapter, -#subchapter, -#section, -#subsection { - line-height:1.5em; -} -#chapter { padding-top: 1em; padding-left: 1em; } -#subchapter { padding-left: 4em; } -#section { padding-left: 6em; } -#subsection { padding-left: 8em; } +#content p.chapter, +#content p.subchapter, +#content p.section, +#content p.subsection { + line-height:1em; +} +#content p.chapter { padding-top: 1em; padding-left: 1em; padding-bottom:1em; } +#content p.subchapter { padding-left: 4em; } +#content p.section { padding-left: 6em; } +#content p.subsection { padding-left: 8em; } /* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */ .container { position: relative; border: none; }