Title: [Plugin: Profilactic] Bullets
Last modified: August 19, 2016

---

# [Plugin: Profilactic] Bullets

 *  [danielsale](https://wordpress.org/support/users/danielsale/)
 * (@danielsale)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/plugin-profilactic-bullets/)
 * I switched to a new theme over at [http://www.daniel-sale.com/lifestream/](http://www.daniel-sale.com/lifestream/),
   and now I’m seeing a lot of bullet lists 🙁
 * Might there be some CSS code I can add somewhere that will get rid of them?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [danielsale](https://wordpress.org/support/users/danielsale/)
 * (@danielsale)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/plugin-profilactic-bullets/#post-756485)
 * I should note they’re showing up in Firefox, but not IE.
 *  Thread Starter [danielsale](https://wordpress.org/support/users/danielsale/)
 * (@danielsale)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/plugin-profilactic-bullets/#post-756660)
 * I just noticed something else – my twitter message which contains the words “
   Checking out new Google Reader sharing features” has the Google Reader icon next
   to it.
 *  [ahpatel](https://wordpress.org/support/users/ahpatel/)
 * (@ahpatel)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/plugin-profilactic-bullets/#post-756670)
 * try the following:
 * in profilactic/style.css
 * after “`#profilactic ul, #profilactic li, #profilactic ol {`” (line13), add:
   `
   list-style-type: none;`
 *  [happyches](https://wordpress.org/support/users/happyches/)
 * (@happyches)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-profilactic-bullets/#post-756751)
 * > #profilactic ul, #profilactic li, #profilactic ol {
   >  list-style-type: none;
   > margin: 0px; padding: 1px; width: 100%;
 * Hiya, I haven’t modified the profilactic/style.css but I still get bullets on
   my lifestream.
 * It seems that the default is already listed as list-style-type: none;
 * This is my test blog:
    [http://pennybutler.com/blog/?page_id=3](http://pennybutler.com/blog/?page_id=3)
 *  [ahpatel](https://wordpress.org/support/users/ahpatel/)
 * (@ahpatel)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-profilactic-bullets/#post-756752)
 * Hmmm… looks like it’s inheriting the style from the following part of you .css
   file:
 *     ```
       #contentleft ul {
       	list-style-type: square;
       	margin: 0px 0px 0px 20px;
       	padding: 0px 0px 10px 0px;
       	}
   
       #contentleft ul li {
       	list-style-type: square;
       	margin: 0px 0px 0px 20px;
       	padding: 0px 0px 5px 0px;
       	}
       ```
   
 * I’m not sure why this is taking precedence since the `<div id="profilactic">`
   tag is nested a step closer and should be used. I tried adding the above code
   to my site to see what happens and I still don’t see bullets.
 * As a test, can you try removing the `list-style-type: square;` lines and see 
   what happens?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Profilactic] Bullets’ is closed to new replies.

## Tags

 * [bullets](https://wordpress.org/support/topic-tag/bullets/)

 * 5 replies
 * 3 participants
 * Last reply from: [ahpatel](https://wordpress.org/support/users/ahpatel/)
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-profilactic-bullets/#post-756752)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
