aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-12 22:56:56 -0700
committerMark Otto <[email protected]>2015-08-12 22:56:56 -0700
commit879114a80839ca8216fe914294561643e6c9aa4c (patch)
tree4fb41f495cfe91f86176ca5320eefdadd8c971ca /docs/components
parent6af94126741e467b89eb2d78149285d955d2481d (diff)
parentd8acb3677775eeb2494dbbd33a9909bf13447306 (diff)
downloadbootstrap-879114a80839ca8216fe914294561643e6c9aa4c.tar.xz
bootstrap-879114a80839ca8216fe914294561643e6c9aa4c.zip
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
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 %}