Tabs with icon
Created by: BenjiZombie
If you create a tabbable navigation and add an icon to only one tab, the other tab(s) have an incorrect height and thus the bottom border is shown.
The following example illustrates the issue:
A temporary solution is to add
<i class="icon-blank"></i>
Inside the tab's anchor element and have icon-blank be like:
.icon-blank {
width: 0px;
}