diff --git a/docs/components.html b/docs/components.html index 323fd8aabb..463c2678e9 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1067,8 +1067,9 @@ ================================================== -->
+

Provide pagination links for your site or app with the multi-page pagination component, or the simpler pager alternative.

Standard pagination

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.

@@ -1095,12 +1096,6 @@ </ul> - -
- - -

Options

-

Disabled and active states

Links are customizable for different circumstances. Use .disabled for unclickable links and .active to indicate the current page.

@@ -1193,11 +1188,7 @@ </ul> - -
- - -

Pager

+

Pager

Quick previous and next links for simple pagination implementations with light markup and styles. It's great for simple sites like blogs or magazines.

Default example

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index caddaf9c0b..2b0a520ae2 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -999,8 +999,9 @@ ================================================== -->
+

Provide pagination links for your site or app with the multi-page pagination component, or the simpler pager alternative.

Standard pagination

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.

@@ -1027,12 +1028,6 @@ </ul> - -
- - -

Options

-

Disabled and active states

Links are customizable for different circumstances. Use .disabled for unclickable links and .active to indicate the current page.

@@ -1125,11 +1120,7 @@ </ul> - -
- - -

Pager

+

Pager

Quick previous and next links for simple pagination implementations with light markup and styles. It's great for simple sites like blogs or magazines.

Default example