Commit 97d08275 authored by Chris Rebert's avatar Chris Rebert
Browse files

Docs: Make pagination <span> example live

[skip sauce]
parent 1dc8583b
Showing with 2 additions and 2 deletions
+2 -2
...@@ -71,7 +71,7 @@ Links are customizable for different circumstances. Use `.disabled` for unclicka ...@@ -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. 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> <nav>
<ul class="pagination"> <ul class="pagination">
<li class="disabled"> <li class="disabled">
...@@ -83,7 +83,7 @@ You can optionally swap out active or disabled anchors for `<span>`, or omit the ...@@ -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> <li class="active"><span>1 <span class="sr-only">(current)</span></span></li>
</ul> </ul>
</nav> </nav>
{% endhighlight %} {% endexample %}
### Sizing ### Sizing
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment