]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add example for disabled pager link
authorThomas McDonald <thomasm@palantir.com>
Thu, 13 Aug 2015 04:17:05 +0000 (21:17 -0700)
committerThomas McDonald <thomasm@palantir.com>
Thu, 13 Aug 2015 04:17:33 +0000 (21:17 -0700)
docs/components/pagination.md

index 8ef8cba89154d686155dd29d12f478a94974ca2e..4d4866f4c3d99372df6808d9eb1f75c64adf25a6 100644 (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 %}