Title: dcondolo's Replies | WordPress.org

---

# dcondolo

  [  ](https://wordpress.org/support/users/dcondolo/)

 *   [Profile](https://wordpress.org/support/users/dcondolo/)
 *   [Topics Started](https://wordpress.org/support/users/dcondolo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dcondolo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dcondolo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dcondolo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dcondolo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dcondolo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Kubrick Theme WP 2.1 – No Bullets with IE 6 or 7](https://wordpress.org/support/topic/kubrick-theme-wp-21-no-bullets-with-ie-6-or-7/)
 *  [dcondolo](https://wordpress.org/support/users/dcondolo/)
 * (@dcondolo)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/kubrick-theme-wp-21-no-bullets-with-ie-6-or-7/#post-513398)
 * 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)