fix tab-content and pre funkiness, convert p in tab content to div

This commit is contained in:
Mark Otto 2011-09-13 14:47:18 -07:00
parent 121b62d54e
commit 2af3eb6ce2
4 changed files with 20 additions and 13 deletions

View file

@ -385,6 +385,9 @@ a.menu:after,
border-top-color: #555;
}
}
.tab-content {
clear: both;
}
// Basic pill nav
.pills {