Commit 454fc7c0 authored by Thomas McDonald's avatar Thomas McDonald
Browse files

add example for disabled pager link

parent 5e928c7c
Showing with 2 additions and 2 deletions
+2 -2
...@@ -169,11 +169,11 @@ Alternatively, you can align each link to the sides: ...@@ -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 %}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment