Skip to content

Instantly share code, notes, and snippets.

@house9
Created March 15, 2010 16:36
Show Gist options
  • Save house9/333019 to your computer and use it in GitHub Desktop.
Save house9/333019 to your computer and use it in GitHub Desktop.
.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