add example for disabled pager link

This commit is contained in:
Thomas McDonald 2015-08-12 21:17:05 -07:00
parent 5e928c7c2b
commit 454fc7c03a
1 changed files with 2 additions and 2 deletions

View File

@ -169,11 +169,11 @@ Alternatively, you can align each link to the sides:
Pager links also use the `.disabled` class.
{% highlight html %}
{% example html %}
<nav>
<ul class="pager">
<li class="pager-prev disabled"><a href="#">Older</a></li>
<li class="pager-next"><a href="#">Newer</a></li>
</ul>
</nav>
{% endhighlight %}
{% endexample %}