From b14426c176689c314a339eaaec389c015e3d33ec Mon Sep 17 00:00:00 2001 From: Purwandi Date: Sun, 8 Jan 2012 17:44:19 +0700 Subject: Added example sidebar navigation with icon in docs --- docs/components.html | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index bd8753401..560d5b566 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

-- cgit v1.2.3 From 11be9cd16370ecd15d227917d98ff63eccae68ae Mon Sep 17 00:00:00 2001 From: Purwandi Date: Fri, 13 Jan 2012 14:57:21 +0700 Subject: Fix id anchor javascript --- docs/components.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index b9d75edbe..fa3dc5a20 100644 --- a/docs/components.html +++ b/docs/components.html @@ -80,13 +80,13 @@
-
-
-

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

-- cgit v1.2.3