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:
parent
5e928c7c2b
commit
454fc7c03a
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user