aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-22 23:38:50 -0700
committerMark Otto <[email protected]>2012-03-22 23:38:50 -0700
commitc4fb7032690ed10162562dfbf893311389a64dee (patch)
treed4b6e1563393b3b64e2d83298c0255fe8d0a55f0 /less
parent7ea34ae0ef79c793e9a9d393b4eef825b71e84b5 (diff)
downloadbootstrap-c4fb7032690ed10162562dfbf893311389a64dee.tar.xz
bootstrap-c4fb7032690ed10162562dfbf893311389a64dee.zip
fix left and right tab-content alignment with width: auto;
Diffstat (limited to 'less')
-rw-r--r--less/navs.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/navs.less b/less/navs.less
index ae187e1fb..865098c8b 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -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;