Wow! Thanks for that Prasanna. I had never even noticed that in the CSS, and couldn’t figure out why some of my plugins weren’t displaying bullet points correctly. Just adding this to my css:
.entry-content ul li {
list-style-image: none;
}
gave regular bullet points. (I’ll create some of my own later when I get the chance.)