I'm having problems centering a span horizontally and vertically in a list item. It's just sticking in the top left corner. Here's my markup:
<ul id="folders">
<li class="add"><span></span></li>
</ul>
I've set the span to vertical-align to middle, and set the list item text-align to center, but that doesn't help.
I've created a jsfiddle here: http://jsfiddle.net/Qfars/
Anyone know how I can center this?