I have a list with bullets. I made the bullets smaller by putting the li text inside a span and making the font-size of the li smaller tha
li
span
Try this:
li span{ font-size: 25px; vertical-align:middle; padding-bottom:5px; }
See it here: http://jsfiddle.net/tXzcA/19/