diff options
| author | Mark Otto <[email protected]> | 2015-05-13 21:35:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-13 21:35:39 -0700 |
| commit | c5babda02f7fc2143394bb3b11c5c4d2f9881341 (patch) | |
| tree | a6d9cb5ae8cfdef754f89489e5bcf26ca61bf610 /docs/_includes/nav/components.html | |
| parent | 82279a8eb28fcddf24ecdf524686583e408b5191 (diff) | |
| parent | fa2cdd44bc0f0d739bcf91683f0288b0adc2bed1 (diff) | |
| download | bootstrap-c5babda02f7fc2143394bb3b11c5c4d2f9881341.tar.xz bootstrap-c5babda02f7fc2143394bb3b11c5c4d2f9881341.zip | |
Merge pull request #16215 from zacechola/list_group_buttons
Adds button styles to `.list-group-item`
Diffstat (limited to 'docs/_includes/nav/components.html')
| -rw-r--r-- | docs/_includes/nav/components.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/nav/components.html b/docs/_includes/nav/components.html index 639066d65..1ec91b563 100644 --- a/docs/_includes/nav/components.html +++ b/docs/_includes/nav/components.html @@ -124,6 +124,7 @@ <li><a href="#list-group-basic">Basic example</a></li> <li><a href="#list-group-badges">Badges</a></li> <li><a href="#list-group-linked">Linked items</a></li> + <li><a href="#list-group-buttons">Button items</a></li> <li><a href="#list-group-disabled">Disabled items</a></li> <li><a href="#list-group-contextual-classes">Contextual classes</a></li> <li><a href="#list-group-custom-content">Custom content</a></li> |
