I want something like Firebug for Prince!
Right now I'm trying to find out which rules cause the space after headings in my output. This is the HTML:
(Yes, ugly I know.)
I want to reduce the space after the heading. This has no effect:
Right now I'm trying to find out which rules cause the space after headings in my output. This is the HTML:
<div class="section" lang="en">
<div class="titlepage">
<div>
<div>
<h5 class="title">1.3.1.1. ...</h5>
</div>
</div>
</div>
<div class="variablelist">
<dl>
...
(Yes, ugly I know.)
I want to reduce the space after the heading. This has no effect:
div.section div.titlepage { margin: 0em; padding: 0em; background: red; }