From eb555b7a9d3924d6caba3a10c7f9cdd0e9afd38a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Oct 2012 00:06:44 -0700 Subject: remove .nav-list, instead use .nav-stacked on .nav-tabs or .nav-pills from now on --- docs/components.html | 57 +++++++++------------------------------------------- 1 file changed, 10 insertions(+), 47 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 87bef8db2..1395e7a2f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -740,6 +740,16 @@ </ul> +

Horizontal dividers

+

Add a horizontal divider by creating an empty list item with the class .divider, like so:

+
+<ul class="nav nav-tabs nav-stacked">
+  ...
+  <li class="divider"></li>
+  ...
+</ul>
+
+
@@ -813,53 +823,6 @@ </ul> - -
- - -

Nav lists

-

A simple and easy way to build groups of nav links with optional headers. They're best used in sidebars like the Finder in OS X.

- -

Example nav list

-

Take a list of links and add class="nav nav-list":

-
-
- -
-
-
-<ul class="nav nav-list">
-  <li class="nav-header">List header</li>
-  <li class="active"><a href="#">Home</a></li>
-  <li><a href="#">Library</a></li>
-  ...
-</ul>
-
-

- Note - For nesting within a nav list, include class="nav nav-list" on any nested <ul>. -

- -

Horizontal dividers

-

Add a horizontal divider by creating an empty list item with the class .divider, like so:

-
-<ul class="nav nav-list">
-  ...
-  <li class="divider"></li>
-  ...
-</ul>
-
- -- cgit v1.2.3