Skip to content

Commit be51d53

Browse files
committed
Droppable demo: Removed IE6 CSS hack.
1 parent 995eb12 commit be51d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/droppable/photo-manager.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<script src="../../ui/jquery.ui.dialog.js"></script>
1616
<link rel="stylesheet" href="../demos.css">
1717
<style>
18-
#gallery { float: left; width: 65%; min-height: 12em; } * html #gallery { height: 12em; } /* IE6 */
18+
#gallery { float: left; width: 65%; min-height: 12em; }
1919
.gallery.custom-state-active { background: #eee; }
2020
.gallery li { float: left; width: 96px; padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; }
2121
.gallery li h5 { margin: 0 0 0.4em; cursor: move; }
2222
.gallery li a { float: right; }
2323
.gallery li a.ui-icon-zoomin { float: left; }
2424
.gallery li img { width: 100%; cursor: move; }
2525

26-
#trash { float: right; width: 32%; min-height: 18em; padding: 1%;} * html #trash { height: 18em; } /* IE6 */
26+
#trash { float: right; width: 32%; min-height: 18em; padding: 1%; }
2727
#trash h4 { line-height: 16px; margin: 0 0 0.4em; }
2828
#trash h4 .ui-icon { float: left; }
2929
#trash .gallery h5 { display: none; }

0 commit comments

Comments
 (0)