Created
October 5, 2013 01:50
-
-
Save pabloprogramador/6835639 to your computer and use it in GitHub Desktop.
Pagination css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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