Created
March 15, 2010 16:36
-
-
Save house9/333019 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 { padding: 3px; margin: 3px; } | |
.pagination a { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #aaaadd; text-decoration: none; color: #000099; } | |
.pagination a:hover, | |
.pagination a:active { border: 1px solid #000099; color: #000; } | |
.pagination span.current { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #000099; font-weight: bold; background-color: #000099; color: #FFF; } | |
.pagination span.disabled { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #eee; color: #ddd; } | |
/* From http://workingwithrails.com/railsplugin/4765-will-paginate */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment