Custom Bullets with CSS March 18th, 2013
article ul li {
background: url('../images/bullet2.gif') no-repeat 0 3px;
list-style-type: none;
padding-left: 20px;
}
article ul li {
background: url('../images/bullet2.gif') no-repeat 0 3px;
list-style-type: none;
padding-left: 20px;
}