bullets from list-style type not showing up. Not only does the CSS, in no place declare list-style-type: none, but I’ve even declared list-style-type: disc for the section being described. Even opening firebug and the equivalents, it’s clear that the bullets should be showing. Very confused. Happening in all browsers.
I’m talking about the div #product-list next to the image.
PS please no comments on how atrociously ugly it is. Required to exactly replicate their previous site.
It’s because of the
displayproperty, it is set toblock(and eveninline), it needs to belist-item, the default values on<li>s