diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-04-24 19:09:46 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-04-24 19:09:46 -0400 |
commit | a4c22aa30932c628f9649193efe25045eb22c628 (patch) | |
tree | 214db59a74bfa95ed115606a1198bbf857f71e6b /superhero/index.html | |
parent | 9eba534b14b32499b8ae391d76fdb64c6f4e96b9 (diff) |
add disabled nav-tab
Diffstat (limited to 'superhero/index.html')
-rwxr-xr-x | superhero/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superhero/index.html b/superhero/index.html index 0c933875..e151cb5c 100755 --- a/superhero/index.html +++ b/superhero/index.html @@ -712,7 +712,7 @@ <ul class="nav nav-tabs"> <li class="active"><a href="#A" data-toggle="tab">Section 1</a></li> <li><a href="#B" data-toggle="tab">Section 2</a></li> - <li><a href="#C" data-toggle="tab">Section 3</a></li> + <li class="disabled"><a href="#C" data-toggle="tab">Section 3</a></li> </ul> <div class="tabbable"> <div class="tab-content"> |