I'm using the Sapphire theme, but it has a couple of problems that I'd like to fix. First and most important bulleted lists in posts don't display with bullets and they don't indent correctly.
I see two areas in the CSS that seem relevant.
html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
and
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
But changing these areas appears to have no effect on a bulleted list in a post.
Anybody have any suggestions or pointers?
Thanks very much,
Steve