mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
pagination docs cleanup
This commit is contained in:
parent
1f673b77bb
commit
cf78f4b010
@ -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>
|
||||
|
15
docs/templates/pages/components.mustache
vendored
15
docs/templates/pages/components.mustache
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user