Hi all,
I'd like my bullets returned to my unordered list.
They disappeared some time ago, but now I need them back.
I use K2 and thought there may be some conflict with the template (Buildr Koan) that made them disappear.
I discovered that zenkit.css is setting the style type to 'none', BUT I have unpublished zenkit, so why is it still influencing the list?
#zenkit ul, #zenkit ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
Please let me know how I can fix this.
Thanks, Nick