diff options
| author | Mark Otto <[email protected]> | 2013-01-30 17:42:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-30 17:42:03 -0800 |
| commit | f20c3368e41cb654dfcb568968b171c45de22127 (patch) | |
| tree | fa3d069b18afe59ad46b976bb2de754500135d71 /docs/components.html | |
| parent | ab0c055bc68d64019dcbcc939915c2fff057ab30 (diff) | |
| download | bootstrap-f20c3368e41cb654dfcb568968b171c45de22127.tar.xz bootstrap-f20c3368e41cb654dfcb568968b171c45de22127.zip | |
Update pagination example HTML to match examples
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index e8b74cf82..849d1f9c3 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1515,6 +1515,7 @@ <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> + <li><a href="#">5</a></li> <li><a href="#">Next</a></li> </ul> </div> @@ -1544,7 +1545,7 @@ <pre class="prettyprint linenums"> <div class="pagination"> <ul> - <li class="disabled"><a href="#">Prev</a></li> + <li class="disabled"><a href="#">&laquo;</a></li> <li class="active"><a href="#">1</a></li> ... </ul> @@ -1554,7 +1555,7 @@ <pre class="prettyprint linenums"> <div class="pagination"> <ul> - <li class="disabled"><span>Prev</span></li> + <li class="disabled"><span>&laquo;</span></li> <li class="active"><span>1</span></li> ... </ul> |
