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/templates/pages/components.mustache | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index f3d92dda6..f84a686ca 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -767,36 +767,6 @@ </li> ... </ul> - - -

{{_i}}Example with icons{{/i}}

-

{{_i}}Same example, but with <i> tags for icons.{{/i}}

-
-
- -
-
{{! /example }} -
-<ul class="nav nav-list">
-  ...
-  <li>
-    <a href="#">
-      <i class="icon-book"></i>
-      {{_i}}Library{{/i}}
-    </a>
-  </li>
-  ...
-</ul>
 

{{_i}}Horizontal dividers{{/i}}

-- cgit v1.2.3