diff options
| author | Mark Otto <[email protected]> | 2014-03-06 21:40:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-06 21:40:22 -0800 |
| commit | 0c9308a3b29be6d56c582dce33092164be7997b4 (patch) | |
| tree | 25736e079084e5e3b0220fec92739c81448d1f54 /docs/_includes | |
| parent | c8614c0f15f0ce78426c6403e57aff22c3ce2beb (diff) | |
| download | bootstrap-0c9308a3b29be6d56c582dce33092164be7997b4.tar.xz bootstrap-0c9308a3b29be6d56c582dce33092164be7997b4.zip | |
Rewrite the disabled list group items to simplify styles
Diffstat (limited to 'docs/_includes')
| -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 39280938b..f63a1335a 100644 --- a/docs/_includes/nav-components.html +++ b/docs/_includes/nav-components.html @@ -123,6 +123,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-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> </ul> |
