Check it out
They look awful!
Check it out
They look awful!
what bullets are you referring to, the square orangey-red ones?
If so, edit this line of CSS
.sidebar2 li li {style.css (line 794)
background:transparent url(images/bullet.gif) no-repeat scroll left 8px;
border-bottom:1px dotted #DDDDDD;
padding-bottom:3px;
padding-left:15px;
padding-top:3px;
change that line to
background:none;
you may also need to adjust the padding-left setting after making this change
This topic has been closed to new replies.