From ff92344f0d6cca2e00a73b9edf204c4231130d07 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 19 Jun 2012 14:46:14 -0700 Subject: remove icons example of nav list--doesn't really add anything useful --- docs/components.html | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 3b3f5a783..d70218163 100644 --- a/docs/components.html +++ b/docs/components.html @@ -844,36 +844,6 @@ </li> ... </ul> - - -

Example with icons

-

Same example, but with <i> tags for icons.

-
-
- -
-
-
-<ul class="nav nav-list">
-  ...
-  <li>
-    <a href="#">
-      <i class="icon-book"></i>
-      Library
-    </a>
-  </li>
-  ...
-</ul>
 

Horizontal dividers

-- cgit v1.2.3