I have this code in pagination
For both Bootstrap 3.0 and 2.3.2, to center pagination, the .text-center class can be applied to the containing div.
Note: Where to apply the .pagination class in the markup has changed between Bootstrap 2.3.2 and 3.0. See below, or read the Bootstrap docs on pagination: Bootstrap 3.0, Bootstrap 2.3.2.
Bootstrap 3 Example
http://jsfiddle.net/mynameiswilson/eYNMu/
Bootstrap 2.3.2 Example
http://jsfiddle.net/mynameiswilson/84X3M/