use nav-pills instead of nav-tabs

This commit is contained in:
Tyler Renelle 2012-07-18 13:38:30 -04:00
parent a8499b125a
commit 6cdac47ab5
2 changed files with 6 additions and 1 deletions

View file

@ -41,6 +41,11 @@ html,body,p,h1,ul,li,table,tr,th,td
.todos h1, .rewards h1
float:left
margin-right:15px
.todos
.nav-pills > .active > a, .nav-pills > .active > a:hover
color: #005580
background-color: #DEE5F2
.help-icon
float:right;

View file

@ -99,7 +99,7 @@
<app:taskColumn title="Todos" type="todo">
<div class="tabbable"> <!-- Only required for left/right tabs -->
<ul class="nav nav-tabs">
<ul class="nav nav-pills">
<li class="active"><a href="#tab1" data-toggle="tab">Remaining</a></li>
<li><a href="#tab2" data-toggle="tab">Complete</a></li>
</ul>