From 2af3eb6ce28056ed76e6a2a96056e54e003968d7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Sep 2011 14:47:18 -0700 Subject: fix tab-content and pre funkiness, convert p in tab content to div --- lib/patterns.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/patterns.less') 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 { -- cgit v1.2.3