Skip to content
Permalink
Browse files
Tabs: Use border-bottom-width instead of border-bottom to remove the …
…border on tabs. Fixes #9111 - Tabs: Can't inherit border-bottom-color for vertical tabs.
  • Loading branch information
scottgonzalez committed Feb 22, 2013
1 parent a924af1 commit 1c5171c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -22,7 +22,7 @@
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom: 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}

0 comments on commit 1c5171c

Please sign in to comment.