Skip to content

Instantly share code, notes, and snippets.

@techniq
Created June 26, 2014 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techniq/45888f23c762d374d251 to your computer and use it in GitHub Desktop.
Save techniq/45888f23c762d374d251 to your computer and use it in GitHub Desktop.
Bootstrap 3 left tabs
.nav-tabs.nav-tabs-left {
border: transparent;
border-right: 1px solid #ddd;
& > li {
margin: 0;
margin-right: -3px;
}
& > li > a {
border-radius: 4px 0 0 4px;
}
& > li.active > a {
border: 1px solid #ddd;
border-right-color: transparent;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment