diff options
| author | Mark Otto <[email protected]> | 2011-09-16 10:14:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-16 10:14:35 -0700 |
| commit | e663cfb43fdc9f0ce73865a2a9857579975ecb63 (patch) | |
| tree | 45eec85eef57c9bbe9260dc692601a15cb169758 /docs | |
| parent | c579e4d5507170dd14cbfa804ccfca667bf39c28 (diff) | |
| download | bootstrap-e663cfb43fdc9f0ce73865a2a9857579975ecb63.tar.xz bootstrap-e663cfb43fdc9f0ce73865a2a9857579975ecb63.zip | |
fix tabs jitter bug when there is no active class
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 1d20bc3a2..1e446c72b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1367,7 +1367,7 @@ </div> <div class="span12"> <ul class="tabs"> - <li class="active"><a href="#">Home</a></li> + <li class=""><a href="#">Home</a></li> <li><a href="#">Profile</a></li> <li><a href="#">Messages</a></li> <li><a href="#">Settings</a></li> |
