aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-16 10:15:45 -0700
committerMark Otto <[email protected]>2011-09-16 10:15:45 -0700
commit597590c15ddb324ea9eed28d5d54be020c4f1a2b (patch)
tree395f488b695cc2a4b0199bf9d381e878d5583300
parente663cfb43fdc9f0ce73865a2a9857579975ecb63 (diff)
downloadbootstrap-597590c15ddb324ea9eed28d5d54be020c4f1a2b.tar.xz
bootstrap-597590c15ddb324ea9eed28d5d54be020c4f1a2b.zip
add active class back to tabs
-rw-r--r--docs/index.html2
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>