diff options
| author | Mark Otto <[email protected]> | 2011-09-13 14:47:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-13 14:47:18 -0700 |
| commit | 2af3eb6ce28056ed76e6a2a96056e54e003968d7 (patch) | |
| tree | dbd455d745b93d8c32d92800dfdc5d09fa1af852 /lib | |
| parent | 121b62d54e6adb5836a1e09834056cf193407bbe (diff) | |
| download | bootstrap-2af3eb6ce28056ed76e6a2a96056e54e003968d7.tar.xz bootstrap-2af3eb6ce28056ed76e6a2a96056e54e003968d7.zip | |
fix tab-content and pre funkiness, convert p in tab content to div
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 3 |
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 { |
