OK, so I tweaked the CSS a bit, based on guesswork:
Code:
.calibre_28 {
display: block;
/* text-indent: -19pt;
margin: 1em 0 0 19pt; */
text-indent: 0;
margin 1em 0 0 0;
}
.calibre_29 {
display: block;
/* text-indent: -19pt;
margin: 0 0 0 19pt;*/
text-indent: 0;
margin: 0 0 0 0;
}
and it seems to have cured the problem.
Thanks for your replies!
Fred