aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorThomas McDonald <[email protected]>2015-08-12 21:17:05 -0700
committerThomas McDonald <[email protected]>2015-08-12 21:17:33 -0700
commit454fc7c03a2b51bf531f4655d8340e96162656af (patch)
treea89dc70c2cfa4aab0acc3c4c36601af6ea0dc54a /docs/components
parent5e928c7c2b15d002333d831d12e5aaf29b84dc86 (diff)
downloadbootstrap-454fc7c03a2b51bf531f4655d8340e96162656af.tar.xz
bootstrap-454fc7c03a2b51bf531f4655d8340e96162656af.zip
add example for disabled pager link
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/pagination.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/pagination.md b/docs/components/pagination.md
index 8ef8cba89..4d4866f4c 100644
--- a/docs/components/pagination.md
+++ b/docs/components/pagination.md
@@ -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 %}