I use a unordered list to create a tree. When the tree is put in
in content, it's perfect. But when I put it in a block, there is a little dot with every
. I set the list-style-type as none, but it doesn't work.
How can I get rid of the dots? The attaching is the screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 12.82 KB | henryhu |
Comments
Comment #1
ajross commentedYou need to override the CSS that sets custom bullets in blocks in blue.css (from the image I'm assuming you are using the blue/green color scheme). And you should do it in local.css which will be loaded after blue.css. Try the following and see if it fixes things:
Comment #2
ajross commentedComment #3
ajross commentedClosing due to lack of response. Hopefully the posted code resolved the problem.