I have a ul list where the first bullet line is a toggler that opens the paragraph items underneath it. The Webhelp shows paragraph items nicely aligned with the first character of the bullet line, but the printed output shifts the paragraph item about 0.25 in to the right. I then created a p.list style to force the margins to 0 to no avail...
- Code: Select all
p.list
{
padding-left: 0px;
margin: 0px;
}
What am I missing here ? How can I make the printed output align paragraphs just like in the webhelp ?
Christine