aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/containment_iframe.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-15 21:57:33 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-15 21:57:33 +0000
commitc1447173c659c78e036b5c4c6bc91de26e84a13b (patch)
tree9570bf673044c0934b108d5ff94fef43ea15f924 /demos/draggable/containment_iframe.html
parent3530c1f3f8fe11e16451ef1cb49ae9f63a1b3b59 (diff)
downloadjquery-ui-c1447173c659c78e036b5c4c6bc91de26e84a13b.tar.gz
jquery-ui-c1447173c659c78e036b5c4c6bc91de26e84a13b.zip
completed reorganization of draggable demos
Diffstat (limited to 'demos/draggable/containment_iframe.html')
-rw-r--r--demos/draggable/containment_iframe.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/draggable/containment_iframe.html b/demos/draggable/containment_iframe.html
index c9eafdd11..7416afb10 100644
--- a/demos/draggable/containment_iframe.html
+++ b/demos/draggable/containment_iframe.html
@@ -8,7 +8,8 @@
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
- .ui-widget-content { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 5px; }
+ div.demo { padding:0; }
+ .ui-widget-content { width: 100px; height: 100px; padding: 0.5em; float: left; margin:0 10px 0 0; }
</style>
<script type="text/javascript">
$(function() {