diff options
| author | Mark Otto <[email protected]> | 2013-02-05 00:54:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-05 00:54:48 -0800 |
| commit | cf78f4b010b2b30bb973cf10f36a06105abe9370 (patch) | |
| tree | 6c7ed9397b6d45cd990edb4a6df636f5ff8b47e8 | |
| parent | 1f673b77bbe6f3a8400b901f8825edd1d4e33353 (diff) | |
| download | bootstrap-cf78f4b010b2b30bb973cf10f36a06105abe9370.tar.xz bootstrap-cf78f4b010b2b30bb973cf10f36a06105abe9370.zip | |
pagination docs cleanup
| -rw-r--r-- | docs/components.html | 15 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 15 |
2 files changed, 6 insertions, 24 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> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index caddaf9c0..2b0a520ae 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -999,8 +999,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> @@ -1027,12 +1028,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"> @@ -1125,11 +1120,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> |
