fixed that damn tab link border thing

This commit is contained in:
nilsding 2015-01-17 16:26:46 +01:00
parent 5fd5af9f47
commit 0bf59a0bb0
1 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,8 @@
.groups--list .list-group-item { .groups--list .list-group-item {
padding: 5px 7px; padding: 5px 7px;
} }
a[role="tab"] {
outline: 0px none;
border: none !important;
}