Hi
This may be very simple to solve:
Ive been customizing the coffeecup (http://tinyurl.com/m9rvh) template for the sidebar widget and the sideblog plugins to work out.
Turns out when they did, some strange bullets showed up beside the sidebar categories (you can check my blog at http://invertebra.com/caleidoscopia).
i can't find where to change the bullet style: there is no wp-layout.css file on my main directory (as it says on http://wiki.wordpress.org/?pagename=Bullets it should be), and at the coffee cup stylesheet document, all the lists are already set for the bullets not to show up, like this one:
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
color: #ff0000;
}
Does anyone know where i'm supposed to look for the tags to remove these bullets?
thanks a lot,
(i)