Created by: jasny
Use display: inline-block instead of float: left for .pagination ul. This allows centering the pagination in a user-defined stylesheet by setting .pagination { text-align: center }. I think this is easier to understand and therefore preferable above the solution shown on https://github.com/twitter/bootstrap/issues/304.