RH14.0.9 NewUI pdf output, cannot change distance between TOC lines
I'm trying to change the line distance between TOC lines with the pdf.css. There's no way I have found to adjust this.
I have put the following into every single pdf-toc style, to no avail. The line distance stays about half a line.
{margin-top: 0;
margin-bottom: 0;
border-top: 0;
border-bottom: 0;
padding-top:0;
padding-bottom:0;}
If I set everything to 100pt, the distance still is half a line. Putting other colors in etc. works just fine, so I am using the correct styles, it seems.
I'm not using any other CSS as far as I know of. I have unchecked the default.css everywhere. Is there anything else that determines the line distance for TOC lines in the PDF output?
