]> source.dussan.org Git - jquery-ui.git/commitdiff
demos: li's must have a height in IE6 in certain cases, or otherwise event.target...
authorPaul Bakaus <paul.bakaus@googlemail.com>
Tue, 27 Jan 2009 15:36:10 +0000 (15:36 +0000)
committerPaul Bakaus <paul.bakaus@googlemail.com>
Tue, 27 Jan 2009 15:36:10 +0000 (15:36 +0000)
demos/sortable/placeholder.html

index 1f356637b07b71c6998a9990ee7600ea5847af4c..c1f104d680c783181cc4aa2fba070e534fd5bcf6 100644 (file)
@@ -9,7 +9,7 @@
        <link type="text/css" href="../demos.css" rel="stylesheet" />
        <style type="text/css">
        #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
-       #sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; }
+       #sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 1.5em; }
        html>body #sortable li { height: 1.5em; line-height: 1.2em; }
        .ui-state-highlight { height: 1.5em; line-height: 1.2em; }
        </style>