clean tabs, closes #727

pull/730/head
Justin Richer 2014-11-12 15:47:32 -10:00
parent b50facd4c2
commit 34afe21e8a
1 changed files with 7 additions and 0 deletions

View File

@ -152,3 +152,10 @@ h1,label {
.label-matched, .badge-matched {
background-color: #D1D1FF;
}
/* get rid of extraneous outline on tabs */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
outline: 0;
}