Skip to content

Instantly share code, notes, and snippets.

@pabloprogramador
Created October 5, 2013 01:50
Show Gist options
  • Select an option

  • Save pabloprogramador/6835639 to your computer and use it in GitHub Desktop.

Select an option

Save pabloprogramador/6835639 to your computer and use it in GitHub Desktop.
Pagination css
.pagination {float: left; width: 100%; text-align:center; margin:20px 0px 20px 0px;}
.pagination ul li {cursor:pointer; text-align: center; display: inline-block; color: #666; background: #eee; width: 25px; height: 30px; line-height: 30px; font-weight: bold; border: solid 1px #ccc; margin: 0 3px; border-radius:2px;}
.pagination ul li:hover {color: #666; background: #fff; border: solid 1px #aaa;}
.pagination ul li a {color:#666; }
.pagination ul li.active {color: #666; background: #ccc;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment