diff options
| author | Mark Otto <[email protected]> | 2011-09-16 10:15:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-16 10:15:45 -0700 |
| commit | 597590c15ddb324ea9eed28d5d54be020c4f1a2b (patch) | |
| tree | 395f488b695cc2a4b0199bf9d381e878d5583300 /docs/index.html | |
| parent | e663cfb43fdc9f0ce73865a2a9857579975ecb63 (diff) | |
| download | bootstrap-597590c15ddb324ea9eed28d5d54be020c4f1a2b.tar.xz bootstrap-597590c15ddb324ea9eed28d5d54be020c4f1a2b.zip | |
add active class back to tabs
Diffstat (limited to 'docs/index.html')
| -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 1e446c72b..1d20bc3a2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1367,7 +1367,7 @@ </div> <div class="span12"> <ul class="tabs"> - <li class=""><a href="#">Home</a></li> + <li class="active"><a href="#">Home</a></li> <li><a href="#">Profile</a></li> <li><a href="#">Messages</a></li> <li><a href="#">Settings</a></li> |
