From b14426c176689c314a339eaaec389c015e3d33ec Mon Sep 17 00:00:00 2001 From: Purwandi Date: Sun, 8 Jan 2012 17:44:19 +0700 Subject: [PATCH 1/3] 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

From 11be9cd16370ecd15d227917d98ff63eccae68ae Mon Sep 17 00:00:00 2001 From: Purwandi Date: Fri, 13 Jan 2012 14:57:21 +0700 Subject: [PATCH 2/3] Fix id anchor javascript --- docs/base-css.html | 12 ++++++------ docs/components.html | 12 ++++++------ docs/index.html | 12 ++++++------ docs/javascript.html | 12 ++++++------ docs/less.html | 12 ++++++------ docs/scaffolding.html | 12 ++++++------ docs/upgrading.html | 12 ++++++------ 7 files changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index 7f60580b4a..9491f40aab 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -80,13 +80,13 @@

Or, use them in navigation.

-
-
diff --git a/docs/components.html b/docs/components.html index 08a1a7b574..fa3dc5a20b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -506,35 +506,7 @@
-
-
-

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