aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/blog/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-01-06 14:57:00 -0800
committerMark Otto <[email protected]>2016-01-06 14:57:00 -0800
commit20261385eacd6e86a362a08d56b4b4241ef248df (patch)
treebff70832feb282598903c0b2d39fb32e980a03f2 /docs/examples/blog/index.html
parente482fe24e14a5eb35afcb1ff5ef2a1afdf127d3a (diff)
downloadbootstrap-20261385eacd6e86a362a08d56b4b4241ef248df.tar.xz
bootstrap-20261385eacd6e86a362a08d56b4b4241ef248df.zip
fix blog example to use customized pagination based on button styles
Diffstat (limited to 'docs/examples/blog/index.html')
-rw-r--r--docs/examples/blog/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html
index 57cfafacf..d73f5ec69 100644
--- a/docs/examples/blog/index.html
+++ b/docs/examples/blog/index.html
@@ -104,11 +104,9 @@
<p>Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.</p>
</div><!-- /.blog-post -->
- <nav>
- <ul class="pager">
- <li><a href="#">Older</a></li>
- <li class="disabled"><a href="#">Newer</a></li>
- </ul>
+ <nav class="blog-pagination">
+ <a class="btn btn-outline-primary" href="#">Older</a>
+ <a class="btn btn-outline-secondary disabled" href="#">Newer</a>
</nav>
</div><!-- /.blog-main -->