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
Post a Comment