From b14426c176689c314a339eaaec389c015e3d33ec Mon Sep 17 00:00:00 2001 From: Purwandi Date: Sun, 8 Jan 2012 17:44:19 +0700 Subject: [PATCH] Added example sidebar navigation with icon in docs --- docs/base-css.html | 11 ++++++----- docs/components.html | 30 +++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index c1cb3fd2dd..d764268b46 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1602,11 +1602,12 @@

Or, use them in navigation.

-
-
diff --git a/docs/components.html b/docs/components.html index bd8753401a..560d5b566b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -256,7 +256,35 @@
- +
+
+

Sidebar navigation with icon

+
+ +
+
+
+

Simple markup

+
+<ul class="nav list">
+  <li class="nav-header">List header</li>
+  <li class="active"><a href="#"><i class="home"></i> Home</a></li>
+  <li><a href="#"><i class="download"></i> Downloads</a></li>
+  <li><a href="#"><i class="film"></i> Movies</a></li>
+  ...
+</ul>
+
+
+

Tabbable nav Bring tabs to life via javascript