Skip to content

Instantly share code, notes, and snippets.

@lenagroeger
Created January 17, 2013 19:07
Show Gist options
  • Save lenagroeger/4558632 to your computer and use it in GitHub Desktop.
Save lenagroeger/4558632 to your computer and use it in GitHub Desktop.
.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