]> source.dussan.org Git - jquery-ui.git/commitdiff
sortable demos: added zoom: 1 for IE6
authorRichard Worth <rdworth@gmail.com>
Wed, 18 Feb 2009 14:40:25 +0000 (14:40 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 18 Feb 2009 14:40:25 +0000 (14:40 +0000)
demos/sortable/delay-start.html

index 9763e28fb3736391c554f1603ad74493b39b0353..b246fddfe34943e6a7dcbcd5a389d12ada98cf10 100644 (file)
@@ -8,7 +8,7 @@
        <script type="text/javascript" src="../../ui/ui.sortable.js"></script>
        <link type="text/css" href="../demos.css" rel="stylesheet" />
        <style type="text/css">
-       #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; margin-bottom: 15px; }
+       #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; margin-bottom: 15px;zoom: 1; }
        #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; }
        </style>
        <script type="text/javascript">