Esas flechas son imagenes de fondo:
Código CSS:
Ver original.col1 ul li, ul li, .col1 ul.arrow li {
background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-arrow.png&w=5&f=5,204,204,204,0') no-repeat 4px 13px;
}
.col1 ul.check li {
background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-check.png&w=9&f=5,204,204,204,0') no-repeat 4px 13px;
}
.col1 ul.cross li {
background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-cross.png&w=8&f=5,204,204,204,0') no-repeat 4px 13px;
}
.col1 ul.plus li {
background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-plus.png&w=8&f=5,204,204,204,0') no-repeat 4px 13px;
}
.col1 ul.star li {
background: url('http://nidodelcondor.com.ar/wp-content/themes/nido/functions/timthumb.php?src=/wp-content/themes/nido/images/bullet-star.png&w=8&f=5,204,204,204,0') no-repeat 4px 13px;
}
Creo que este es el
archivo donde están esas reglas