css - list-style disc not applying to first li on chrome -


when trying style lists use discs on right hand side (#details), first li doesn't display disc.

http://garden.paperfish.co/index.php/products/captan-50wp

anyone know how around this?

add {clear : both} ul

div#product-entry div#product-content ul {clear: both;} 

its caused h2 element above ul - incorrect width.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -