I have a "container" div to which I gave margin:auto;.
div
margin:auto;
It worked fine as long as I gave it a specific width, but now
width
For elements with property display: inline-block; A computed value of 'auto' for 'margin-left' or 'margin-right' becomes a used value of '0'. [reference: CSS2§10.3.9]