diff options
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/docs/components.html b/docs/components.html index 323fd8aab..463c2678e 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1067,8 +1067,9 @@ ================================================== --> <section id="pagination"> <div class="page-header"> - <h1>Pagination <small>Two options for paging through content</small></h1> + <h1>Pagination</h1> </div> + <p class="lead">Provide pagination links for your site or app with the multi-page pagination component, or the simpler <a href="./components.html#pagination-pager">pager alternative</a>.</p> <h2>Standard pagination</h2> <p>Simple pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas.</p> @@ -1095,12 +1096,6 @@ </ul> </pre> - - <hr class="bs-docs-separator"> - - - <h2>Options</h2> - <h3>Disabled and active states</h3> <p>Links are customizable for different circumstances. Use <code>.disabled</code> for unclickable links and <code>.active</code> to indicate the current page.</p> <div class="bs-docs-example"> @@ -1193,11 +1188,7 @@ </ul> </pre> - - <hr class="bs-docs-separator"> - - - <h2>Pager</h2> + <h2 id="pagination-pager">Pager</h2> <p>Quick previous and next links for simple pagination implementations with light markup and styles. It's great for simple sites like blogs or magazines.</p> <h3>Default example</h3> |
