aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/delay-start.html
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2009-02-27 04:06:52 +0000
committerScott Jehl <scott@scottjehl.com>2009-02-27 04:06:52 +0000
commite3825ccc8045ce0deead303c09192c578b60e0ca (patch)
tree80a39e16f8f267c25c5cca811437ce4e39715744 /demos/draggable/delay-start.html
parent6f8399916b772cd012c76845a71154b113853d5b (diff)
downloadjquery-ui-e3825ccc8045ce0deead303c09192c578b60e0ca.tar.gz
jquery-ui-e3825ccc8045ce0deead303c09192c578b60e0ca.zip
removed margin-left rules from these draggable demos due to IE6 conflict
Diffstat (limited to 'demos/draggable/delay-start.html')
-rw-r--r--demos/draggable/delay-start.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/delay-start.html b/demos/draggable/delay-start.html
index 990345d2f..6f49d17a8 100644
--- a/demos/draggable/delay-start.html
+++ b/demos/draggable/delay-start.html
@@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
- #draggable, #draggable2 { width: 120px; height: 120px; padding: 0.5em; float: left; margin: 5px; }
+ #draggable, #draggable2 { width: 120px; height: 120px; padding: 0.5em; float: left; margin: 0 10px 10px 0; }
</style>
<script type="text/javascript">
$(function() {