Skip to content

Instantly share code, notes, and snippets.

@mazhar266
Created February 20, 2013 13:29
Show Gist options
  • Save mazhar266/4995562 to your computer and use it in GitHub Desktop.
Save mazhar266/4995562 to your computer and use it in GitHub Desktop.
Bootstrap pagination center align.css
.pagination {
word-spacing: -1em !important;
text-align:center !important;
}
.pagination li {
display: -moz-inline-box !important;
display: inline-block !important;
word-spacing: normal !important;
vertical-align: top !important;
margin-left:0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment