diff options
| author | Mark Otto <[email protected]> | 2012-01-08 03:19:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 03:19:06 -0800 |
| commit | cb5245869869d6ee46b47ec75ceee07013acdda0 (patch) | |
| tree | 28daa7315a8c6b4384e4c3a407c43a9ad93a0620 /docs | |
| parent | 21eb2dac8a650ba13dabb41fd2d221ff918cdd30 (diff) | |
| parent | 0bbb64be4dc7a168534e5a18f3a493002ed31293 (diff) | |
| download | bootstrap-cb5245869869d6ee46b47ec75ceee07013acdda0.tar.xz bootstrap-cb5245869869d6ee46b47ec75ceee07013acdda0.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 8056d7fc5..ff2f8c0b9 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -479,7 +479,8 @@ $('a[data-toggle="tab"]').on('shown', function (e) { e.relatedTarget // previous tab })</pre> <h3>Demo</h3> - <ul id="tab" class="tabs"> + + <ul id="tab" class="nav tabs"> <li class="active"><a href="#home" data-toggle="tab">Home</a></li> <li><a href="#profile" data-toggle="tab">Profile</a></li> <li><a href="#messages" data-toggle="tab">Messages</a></li> |
