aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/containment.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/draggable/containment.html')
-rw-r--r--demos/draggable/containment.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/draggable/containment.html b/demos/draggable/containment.html
index 9ffc4c95b..8bcbb6556 100644
--- a/demos/draggable/containment.html
+++ b/demos/draggable/containment.html
@@ -19,7 +19,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="draggable" class="ui-widget-content">
<p>I'm contained within the window</p>
</div>
@@ -32,6 +33,15 @@
<p id="draggable3" class='ui-widget-header'>I'm contained within my parent</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
<div style='width: 1px; height: 500px;'></div>
</body>