diff options
author | Scott Jehl <scott@scottjehl.com> | 2009-02-27 04:06:52 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2009-02-27 04:06:52 +0000 |
commit | e3825ccc8045ce0deead303c09192c578b60e0ca (patch) | |
tree | 80a39e16f8f267c25c5cca811437ce4e39715744 /demos/draggable/snap-to.html | |
parent | 6f8399916b772cd012c76845a71154b113853d5b (diff) | |
download | jquery-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/snap-to.html')
-rw-r--r-- | demos/draggable/snap-to.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/snap-to.html b/demos/draggable/snap-to.html index 65b5f6b99..43c0585c1 100644 --- a/demos/draggable/snap-to.html +++ b/demos/draggable/snap-to.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 { width: 90px; height: 80px; padding: 5px; float: left; margin: 5px; font-size: .9em; } + .draggable { width: 90px; height: 80px; padding: 5px; float: left; margin: 0 10px 10px 0; font-size: .9em; } .ui-widget-header p, .ui-widget-content p { margin: 0; } #snaptarget { height: 140px; } </style> |