aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-18 14:40:25 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-18 14:40:25 +0000
commit4d2f386491395a34bda5b0ebfec5eb906220a261 (patch)
treeae442fc8d6ef00ae64033c4450c5f3d5f5d24336
parentb7aa4f09f80ce371fdef764af3439b37d8ffc8fb (diff)
downloadjquery-ui-4d2f386491395a34bda5b0ebfec5eb906220a261.tar.gz
jquery-ui-4d2f386491395a34bda5b0ebfec5eb906220a261.zip
sortable demos: added zoom: 1 for IE6
-rw-r--r--demos/sortable/delay-start.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sortable/delay-start.html b/demos/sortable/delay-start.html
index 9763e28fb..b246fddfe 100644
--- a/demos/sortable/delay-start.html
+++ b/demos/sortable/delay-start.html
@@ -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">