Can't get rid of the bullets in sidebar
-
Hi,
I’m hoping someone can help me figure this one out, cause I’m at the end of my wits… For some reason, the items in my sidebar have bullets, although I have specifically told it not to.
When I look at the code in the code inspector, the ul gets its formatting from user agent stylesheet (that is, my browser thinks that there is no css styling these items):ul, menu, dir { list-style-type: disc;}
Although in my stylesheet I’ve this:
#sidebarRight, sidebarLeft ul { list-style: none; }
The ul is inside the div with the id “sidebarLeft”.
Can anyone help me out with an explanation as to why my css is overridden?
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Can't get rid of the bullets in sidebar’ is closed to new replies.