From ff92344f0d6cca2e00a73b9edf204c4231130d07 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 19 Jun 2012 14:46:14 -0700 Subject: [PATCH] remove icons example of nav list--doesn't really add anything useful --- docs/components.html | 30 ------------------------ docs/templates/pages/components.mustache | 30 ------------------------ 2 files changed, 60 deletions(-) diff --git a/docs/components.html b/docs/components.html index 3b3f5a7830..d70218163f 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

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index f3d92dda6b..f84a686ca0 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}}