diff options
| author | Chris Rebert <[email protected]> | 2015-10-29 22:40:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-29 22:40:12 -0700 |
| commit | 97d0827556788b9b585cdc992eb2c09ad0284ce7 (patch) | |
| tree | bb89344e40e2d239bb9ff6622d621d3e2f22c226 /docs | |
| parent | 1dc8583bc5622463218b75c19c986765dce8798d (diff) | |
| download | bootstrap-97d0827556788b9b585cdc992eb2c09ad0284ce7.tar.xz bootstrap-97d0827556788b9b585cdc992eb2c09ad0284ce7.zip | |
Docs: Make pagination <span> example live
[skip sauce]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/pagination.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/pagination.md b/docs/components/pagination.md index c0ff3a8a3..99d4220fa 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -71,7 +71,7 @@ Links are customizable for different circumstances. Use `.disabled` for unclicka You can optionally swap out active or disabled anchors for `<span>`, or omit the anchor in the case of the prev/next arrows, to remove click functionality while retaining intended styles. -{% highlight html %} +{% example html %} <nav> <ul class="pagination"> <li class="disabled"> @@ -83,7 +83,7 @@ You can optionally swap out active or disabled anchors for `<span>`, or omit the <li class="active"><span>1 <span class="sr-only">(current)</span></span></li> </ul> </nav> -{% endhighlight %} +{% endexample %} ### Sizing |
