I am trying to find a way to put together the numbers in an ordered list, I would like to add a background color, border radius and color to them to match the design I'm working on:

I assume that this is not possible and that I will have to use different images for each number ie
ol li:first-child{list-style-image:url('1.gif')}; ol li:nth-child(2) {list-style-image:url('2.gif');} etc...
I thought I could use sprites to make it a little better, but is there a simpler solution?
html css html-lists sprite
Alan Sutherland May 12 '14 at 13:17 2014-05-12 13:17
source share