From b99be29f32f3db208b47bd33fbef1f63405ccfdc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 22 Feb 2014 12:13:11 -0800 Subject: Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out of the media query --- dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 654f20d95..46496d363 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5590,6 +5590,8 @@ button.close { } .clearfix:before, .clearfix:after, +.dl-horizontal dd:before, +.dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, @@ -5620,6 +5622,7 @@ button.close { content: " "; } .clearfix:after, +.dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, -- cgit v1.2.3