
When applying CSS to an unordered list, the list will only render with bullets (disc, circle, square, image, or otherwise) if the 'display' style of that list's <li> elements is set to "list-item". ("list-item" is the default, but in this case I had set it to "block" for one special circumstance, and then wanted to override that. It's a long story.)
I just spent way too much time figuring this out.
Tagged: