diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-10-20 19:18:34 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-10-21 09:06:58 -0400 |
commit | 6d7589351eae1e180579fc0c87885e5ab7a73f48 (patch) | |
tree | 3b3b0c0bfc698148dd75d9f0d1fbb8af31c59724 /themes/base/core.css | |
parent | faf87d992455280182edef015c8733313744a739 (diff) | |
download | jquery-ui-6d7589351eae1e180579fc0c87885e5ab7a73f48.tar.gz jquery-ui-6d7589351eae1e180579fc0c87885e5ab7a73f48.zip |
All: Drop support for IE7
Fixes #9838
Closes gh-1365
Diffstat (limited to 'themes/base/core.css')
-rw-r--r-- | themes/base/core.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/base/core.css b/themes/base/core.css index e66fcf32a..b1831c8f8 100644 --- a/themes/base/core.css +++ b/themes/base/core.css @@ -43,9 +43,6 @@ .ui-helper-clearfix:after { clear: both; } -.ui-helper-clearfix { - min-height: 0; /* support: IE7 */ -} .ui-helper-zfix { width: 100%; height: 100%; |