Last active
January 2, 2016 21:39
-
-
Save lnickers2004/8365153 to your computer and use it in GitHub Desktop.
Bootstrap3: pager prev next
This file contains hidden or 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
<!--prev next pager--> | |
<ul class="pager"> | |
<li><a href="#">← Prev</a></li> | |
<li><a href="#">Next →</a></li> | |
</ul> | |
<!-- full contaier width version--> | |
<!--prev next pager full page or container width--> | |
<ul class="pager"> | |
<li class="previous"><a href="#">← Prev</a></li> | |
<li class="next"><a href="#">Next →</a></li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment