diff options
| author | James Holland <[email protected]> | 2013-07-19 00:04:58 -0400 |
|---|---|---|
| committer | James Holland <[email protected]> | 2013-07-19 00:04:58 -0400 |
| commit | bbe0d0d87460cf99262c8fec1e8e9bca69258aec (patch) | |
| tree | 5e3b7e13b3dace1607d3d14fa4d12b0d461ceb5f /components.html | |
| parent | 49f2f7fad9a0364a2d971b4c9f8e2969b29cc15b (diff) | |
| download | bootstrap-bbe0d0d87460cf99262c8fec1e8e9bca69258aec.tar.xz bootstrap-bbe0d0d87460cf99262c8fec1e8e9bca69258aec.zip | |
fix typo / doc components.html responsive menu dropdowns now have ref to .dropdown-header instead of .nav-header
Diffstat (limited to 'components.html')
| -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> |
