Hi, I am pretty new to CSS but am learning. My sharebar is displaying with bullets, and using the Inspector in Chrome, I've isolated the problem to the following CSS:
#content #colLeft ul li, #content #colLeft ol li {
padding:5px 0 5px 15px;
background:url(images/bullet_list.png) 0 9px no-repeat;
}
Rather than deleting it (which would mess up the formatting of my bulleted lists, I'd like to add some CSS for Sharebar. I tried adding:
#content #colLeft #sharebar ul li, #content #colLeft #sharebar ol li {
margin: 5px; padding: 0;
}
I added this after the CSS shown above in styles.css. Unfortunately, this had no effect on the sharebar. I know I'm probably doing something small wrong here, can anyone help me correct the code?
Thanks,
Ethan
