diff options
| author | Mark Otto <[email protected]> | 2013-07-18 21:07:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 21:07:34 -0700 |
| commit | 710dbb5260a2cce13e613865c374ef36d71b7cdc (patch) | |
| tree | 5e3b7e13b3dace1607d3d14fa4d12b0d461ceb5f | |
| parent | 49f2f7fad9a0364a2d971b4c9f8e2969b29cc15b (diff) | |
| parent | bbe0d0d87460cf99262c8fec1e8e9bca69258aec (diff) | |
| download | bootstrap-710dbb5260a2cce13e613865c374ef36d71b7cdc.tar.xz bootstrap-710dbb5260a2cce13e613865c374ef36d71b7cdc.zip | |
Merge pull request #8524 from jholl/patch-1
fix typo / doc components.html responsive menu dropdowns now have ref to...
| -rw-r--r-- | components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components.html b/components.html index 9202b133a..6eb849ea7 100644 --- a/components.html +++ b/components.html @@ -927,7 +927,7 @@ body { padding-bottom: 70px; } <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> - <li class="nav-header">Nav header</li> + <li class="dropdown-header">Dropdown header</li> <li><a href="#">Separated link</a></li> <li><a href="#">One more separated link</a></li> </ul> @@ -1004,7 +1004,7 @@ body { padding-bottom: 70px; } <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> - <li class="nav-header">Nav header</li> + <li class="dropdown-header">Dropdown header</li> <li><a href="#">Separated link</a></li> <li><a href="#">One more separated link</a></li> </ul> |
