use nav-pills instead of nav-tabs
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user