How to horizontally center a floating element of a variable width?
Edit: I already have this working using a containing div for the floating element and
div
.center { display: table; margin: auto; }