From: Mark Otto Date: Thu, 20 Dec 2012 08:27:46 +0000 (-0800) Subject: Remove dropdown submenu docs X-Git-Tag: v3.0.0-rc1~836^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e54e7bb358b3cc4ad5c228c76aa13c7ce94fe75;p=thirdparty%2Fbootstrap.git Remove dropdown submenu docs --- diff --git a/docs/components.html b/docs/components.html index b603c3ab85..0f375ebfa1 100644 --- a/docs/components.html +++ b/docs/components.html @@ -159,90 +159,6 @@ ... </ul> - -

Sub menus on dropdowns

-

Add an extra level of dropdown menus, appearing on hover like those of OS X, with some simple markup additions. Add .dropdown-submenu to any li in an existing dropdown menu for automatic styling.

-
- - - - - - - -
-
-<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-  ...
-  <li class="dropdown-submenu">
-    <a tabindex="-1" href="#">More options</a>
-    <ul class="dropdown-menu">
-      ...
-    </ul>
-  </li>
-</ul>
-
- diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index c4cf08c6ac..a85f539003 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -91,90 +91,6 @@ ... </ul> - -

Sub menus on dropdowns

-

Add an extra level of dropdown menus, appearing on hover like those of OS X, with some simple markup additions. Add .dropdown-submenu to any li in an existing dropdown menu for automatic styling.

-
- - {{! /.pull-left }} - - {{! /.pull-left }} - - {{! /.pull-left }} - -
{{! /example }} -
-<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-  ...
-  <li class="dropdown-submenu">
-    <a tabindex="-1" href="#">More options</a>
-    <ul class="dropdown-menu">
-      ...
-    </ul>
-  </li>
-</ul>
-
-