aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Holland <[email protected]>2013-07-19 00:04:58 -0400
committerJames Holland <[email protected]>2013-07-19 00:04:58 -0400
commitbbe0d0d87460cf99262c8fec1e8e9bca69258aec (patch)
tree5e3b7e13b3dace1607d3d14fa4d12b0d461ceb5f
parent49f2f7fad9a0364a2d971b4c9f8e2969b29cc15b (diff)
downloadbootstrap-bbe0d0d87460cf99262c8fec1e8e9bca69258aec.tar.xz
bootstrap-bbe0d0d87460cf99262c8fec1e8e9bca69258aec.zip
fix typo / doc components.html responsive menu dropdowns now have ref to .dropdown-header instead of .nav-header
-rw-r--r--components.html4
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>