From: Scott González Date: Wed, 13 Feb 2013 14:06:02 +0000 (-0500) Subject: Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix... X-Git-Tag: 1.10.1~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cb42ee7ccdf6e32be14341a34a037c7f4508c157;p=jquery-ui.git Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix bug within table with border spacing. --- diff --git a/themes/base/jquery.ui.core.css b/themes/base/jquery.ui.core.css index dc1216f70..c644bb30f 100644 --- a/themes/base/jquery.ui.core.css +++ b/themes/base/jquery.ui.core.css @@ -38,6 +38,7 @@ .ui-helper-clearfix:after { content: ""; display: table; + border-collapse: collapse; } .ui-helper-clearfix:after { clear: both;