aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-13 14:47:18 -0700
committerMark Otto <[email protected]>2011-09-13 14:47:18 -0700
commit2af3eb6ce28056ed76e6a2a96056e54e003968d7 (patch)
treedbd455d745b93d8c32d92800dfdc5d09fa1af852 /lib/patterns.less
parent121b62d54e6adb5836a1e09834056cf193407bbe (diff)
downloadbootstrap-2af3eb6ce28056ed76e6a2a96056e54e003968d7.tar.xz
bootstrap-2af3eb6ce28056ed76e6a2a96056e54e003968d7.zip
fix tab-content and pre funkiness, convert p in tab content to div
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index a4e66581a..0e8dab5a5 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -385,6 +385,9 @@ a.menu:after,
border-top-color: #555;
}
}
+.tab-content {
+ clear: both;
+}
// Basic pill nav
.pills {