Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Odd artefact appearing when site navigation buttons added.

html.css (line 329) calls for it…

ul, menu, dir {
display:block;
list-style-type:disc;
margin:1em 0;
}

add this to your style.css

#navigation ul {
list-style-type:none;
}

If you use Firefox get a plugin called firebug. http://getfirebug.com/ it will help you with all your css needs.

Skip to toolbar