LI does not abide by ancestor's padding

gimmestuff

New Member
My LI does not abide by an ancestor's padding setting:
cIfyF.jpg
Here is the HTML:\[code\]<div class="expUnit"> <h4>Company</h4> <p>Lorem ipsum.</p> <ul class="project-list"> <li>Line 1</li> <li>Line 2</li> </ul></div>\[/code\]CSS:\[code\].expUnit { line-height:17px; color: #444; border-left:1px solid #fadc66; padding-left:15px;}.expUnit .project-list li{ list-style-type: circle;}\[/code\]However in a fiddle, it does indent it. What could be the reason I don't get and alignment of bullets with 'Lorem ipsum'?
 
Back
Top