Skip to content

Instantly share code, notes, and snippets.

@danielbouman
Created May 19, 2014 08:54
Show Gist options
  • Save danielbouman/2e139a37e6e189b23e9b to your computer and use it in GitHub Desktop.
Save danielbouman/2e139a37e6e189b23e9b to your computer and use it in GitHub Desktop.
<!-- Oude situatie -->
<ul class="pager">
<li class="previous"><a href="#">Vorig project</a></li>
<li class="next"><a href="#">Volgend project</a></li>
</ul>
<!-- Nieuwe situatie -->
<ul class="pager">
<li class="previous"><a href="#"><span>Vorig project</span></a></li>
<li class="next"><a href="#"><span>Volgend project</span></a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment