Created
January 17, 2013 19:07
-
-
Save lenagroeger/4558632 to your computer and use it in GitHub Desktop.
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 a, .pagination span, .pagination em { | |
| padding: 0.2em 0.5em; | |
| } | |
| .pagination .disabled { | |
| color: #aaaaaa; | |
| } | |
| .pagination .current { | |
| font-style: normal; | |
| font-weight: bold; | |
| color: #444; | |
| } | |
| .pagination a { | |
| border: 1px solid #dddddd; | |
| color: #0063dc; | |
| text-decoration: none; | |
| } | |
| .pagination a:hover, .pagination a:focus { | |
| background: #EBEBEB; | |
| color: #444; | |
| } | |
| .pagination .page_info { | |
| color: #aaaaaa; | |
| padding-top: 0.8em; | |
| } | |
| .pagination .previous_page, .pagination .next_page { | |
| border-width: 1px; | |
| } | |
| .pagination .next_page { | |
| margin-left: 1em; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment