Forum Replies Created

Viewing 1 replies (of 1 total)
  • IE doesn’t support the css code used in the stylesheet. Download the stylesheet found within your blog folder/wp-content/themes/default/style.css and edit the list-style: none entry. Replace none with circle or square or whatever style you want your unordered list to be such as:

    html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: circle;
    padding-left: 10px;
    text-indent: -10px;
    }

    Delete the following lines which uses a special character for the bullet

    .entry ul li:before, #sidebar ul ul li:before {
    content: “0BB 020″;
    }

    Save and upload the stylesheet to the same folder.

Viewing 1 replies (of 1 total)