0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

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

View File

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