diff options
| author | Mark Otto <[email protected]> | 2014-02-22 12:13:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-22 12:13:11 -0800 |
| commit | b99be29f32f3db208b47bd33fbef1f63405ccfdc (patch) | |
| tree | 06ca0f201baec4290f126177bcc94503dda727c8 /dist/css/bootstrap.css | |
| parent | 7a80b801d750387fe34d38835b48051512b95978 (diff) | |
| download | bootstrap-b99be29f32f3db208b47bd33fbef1f63405ccfdc.tar.xz bootstrap-b99be29f32f3db208b47bd33fbef1f63405ccfdc.zip | |
Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out of the media query
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
