diff options
| author | Mark Otto <[email protected]> | 2012-03-05 23:50:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-05 23:50:03 -0800 |
| commit | 738fac18de63275fbac8e1f81d60121eff557fd3 (patch) | |
| tree | f9597e23dbdd9128cc95a0c4e29935c43cf151a2 /docs/templates | |
| parent | 492ccedcabed8303a9a1cda8a09f6dbd40405553 (diff) | |
| download | bootstrap-738fac18de63275fbac8e1f81d60121eff557fd3.tar.xz bootstrap-738fac18de63275fbac8e1f81d60121eff557fd3.zip | |
move padding from container to body for max-width: 767; responsive layout
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 18b0f7ce4..f38969567 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1132,6 +1132,8 @@ <div class="span4"> <h3>{{_i}}About pager{{/i}}</h3> <p>{{_i}}The pager component is a set of links for simple pagination implementations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.{{/i}}</p> + <h4>{{_i}}Optional disabled state{{/i}}</h4> + <p>{{_i}}Pager links also use the general <code>.disabled</code> class from the pagination.{{/i}}</p> </div> <div class="span4"> <h3>{{_i}}Default example{{/i}}</h3> |
