aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-02-13 09:06:02 -0500
committerScott González <scott.gonzalez@gmail.com>2013-02-13 09:06:02 -0500
commitcb42ee7ccdf6e32be14341a34a037c7f4508c157 (patch)
treefbccbd0df0d2897ad789c26902a2a55ce02e3d90 /themes/base
parenta5469750aede461881bff0df68d7805ddd4c65a9 (diff)
downloadjquery-ui-cb42ee7ccdf6e32be14341a34a037c7f4508c157.tar.gz
jquery-ui-cb42ee7ccdf6e32be14341a34a037c7f4508c157.zip
Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix bug within table with border spacing.
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/jquery.ui.core.css1
1 files changed, 1 insertions, 0 deletions
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;