clean tabs, closes #727

pull/873/head
Justin Richer 2014-11-12 15:47:32 -10:00
parent d30ec3dc03
commit a8a991104c
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;
}