]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
pagination docs cleanup
authorMark Otto <otto@github.com>
Tue, 5 Feb 2013 08:54:48 +0000 (00:54 -0800)
committerMark Otto <otto@github.com>
Tue, 5 Feb 2013 08:54:48 +0000 (00:54 -0800)
docs/components.html
docs/templates/pages/components.mustache

index 323fd8aabb44d0ce5e0025fde8c3e6bac74cef0b..463c2678e9699e9f625e155a32dfafea0436fe28 100644 (file)
         ================================================== -->
         <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>
 &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">
 &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>
index caddaf9c0b0746aea82c8eb5eae6a5691388e984..2b0a520ae236b508254327ca401ad7785f088f08 100644 (file)
         ================================================== -->
         <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>
 &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">
 &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>