fix left and right tab-content alignment with width: auto;

This commit is contained in:
Mark Otto
2012-03-22 23:38:50 -07:00
parent 7ea34ae0ef
commit c4fb703269
3 changed files with 9 additions and 7 deletions

View File

@@ -309,6 +309,10 @@
// ------------
// Common styles
.tabs-left .tab-content,
.tabs-right .tab-content {
width: auto;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
float: none;