Created
February 15, 2013 19:43
-
-
Save sadjow/4962885 to your computer and use it in GitHub Desktop.
Default bootstrap markup for pagination
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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