Hello, I am testing Prince and I have found a strange (at least to me) behaviour when rendering a list.
CSS for the item is:
My list is with 2 lines and a <br /> like
and it is rendered consistently everywhere BUT in Prince, where the first line is indented. Any idea?
CSS for the item is:
ul.biblio, ul.biblio li {
font: 8pt "Lucida Sans Unicode";
list-style: none inside;
padding: 5px 10px;}
My list is with 2 lines and a <br /> like
<li>Name<br />
Full Name and data</li>
and it is rendered consistently everywhere BUT in Prince, where the first line is indented. Any idea?