mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Docs: Make pagination <span> example live
[skip sauce]
This commit is contained in:
parent
1dc8583bc5
commit
97d0827556
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue