I am dealing with a UL
block, a nav menu, that can shrink and grow. It's full of list items that are floating leftward, and are user-defined of any length. It has no fixed width, and I cannot alter the HTML or use javascript. All I can do is add CSS. What would be the safest way to center the list?
A quick example of what I have to work with: http://jsfiddle.net/DCYn2/1/ Bear in mind that I can only add CSS. I can't add html, js, or remove existing css.