Unordered list not showing bullets

Permalink
I'm using tabs and making forms on a website. I have two unordered lists; one as a left nav which I do not want bullets on, and one inside of tabs which I do want bullets for. How would I edit this to make the bullets show?

 
ThemeGuru replied on at Permalink Reply
ThemeGuru
Well the best way is css.

You could try and use the design feature when you select the block.

Simple add

list-style-type: none;


to the unordered list which you don't want bullets.
jschulz90 replied on at Permalink Reply
I've tried that, but I think there's some other styling overriding it somewhere...