fix tabs jitter bug when there is no active class

This commit is contained in:
Mark Otto 2011-09-16 10:14:35 -07:00
parent c579e4d550
commit e663cfb43f
4 changed files with 19 additions and 18 deletions

View file

@ -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>