aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/components.html15
-rw-r--r--docs/templates/pages/components.mustache15
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 @@
&lt;/ul&gt;
</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 @@
&lt;/ul&gt;
</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 @@
&lt;/ul&gt;
</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 @@
&lt;/ul&gt;
</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>