]> source.dussan.org Git - jquery-ui.git/commitdiff
Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix...
authorScott González <scott.gonzalez@gmail.com>
Wed, 13 Feb 2013 14:06:02 +0000 (09:06 -0500)
committerScott González <scott.gonzalez@gmail.com>
Wed, 13 Feb 2013 14:06:02 +0000 (09:06 -0500)
themes/base/jquery.ui.core.css

index dc1216f70979bcc184581e36dc955e7f1e206423..c644bb30ffbabc404fa7eb305af1ca95cda3f309 100644 (file)
@@ -38,6 +38,7 @@
 .ui-helper-clearfix:after {
        content: "";
        display: table;
+       border-collapse: collapse;
 }
 .ui-helper-clearfix:after {
        clear: both;