diff options
| author | Mark Otto <[email protected]> | 2013-12-07 14:09:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 14:09:03 -0800 |
| commit | 07de53c644b315852c5f315ab91bfd6d65660d50 (patch) | |
| tree | 2ce0972d5c8c19c67b7eb079e566223ef2ae2be1 /_includes | |
| parent | 693915d1277d465844c6757fc107110342229d76 (diff) | |
| download | bootstrap-07de53c644b315852c5f315ab91bfd6d65660d50.tar.xz bootstrap-07de53c644b315852c5f315ab91bfd6d65660d50.zip | |
Contextual list group cleanup
* Adds nav link to sidebar for contextual classes
* Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes
* Adds default and linked variations to example in docs
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-components.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/nav-components.html b/_includes/nav-components.html index f7a705b5f..131114883 100644 --- a/_includes/nav-components.html +++ b/_includes/nav-components.html @@ -121,6 +121,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-contextual-classes">Contextual classes</a></li> <li><a href="#list-group-custom-content">Custom content</a></li> </ul> </li> |
