Skip to content

Instantly share code, notes, and snippets.

@sadjow
Created February 15, 2013 19:43
Show Gist options
  • Save sadjow/4962885 to your computer and use it in GitHub Desktop.
Save sadjow/4962885 to your computer and use it in GitHub Desktop.
Default bootstrap markup for pagination
<div class="pagination">
<ul>
<li class="prev disabled"><span>previous</span></li>
<li class="active"><span>1</span></li>
<li><a rel="next" href="">2</a></li>
<li class="next"><a rel="next" href="">next</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment