Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 14, 2014 05:16
Show Gist options
  • Select an option

  • Save DeanPoulin/8413454 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8413454 to your computer and use it in GitHub Desktop.
Disabled and Active Pagination Links
<ul class="pagination">
<li class="disabled"><a href="#">&laquo;</a></li>
<li class="active"><a href="#">1 <span class="sr-only">(current)</span></a></li>
...
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment