Skip to content

Instantly share code, notes, and snippets.

@chebyte
Created March 13, 2009 18:31
Show Gist options
  • Save chebyte/78691 to your computer and use it in GitHub Desktop.
Save chebyte/78691 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: #666;
}
.pagination a:hover, .pagination a:active {
border: 1px solid #666;
color: #000;
}
.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #666;
font-weight: bold;
background-color: #666;
color: #FFF;
}
.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #eee;
color: #ddd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment