aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/constrain-area.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/resizable/constrain-area.html')
-rw-r--r--demos/resizable/constrain-area.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/resizable/constrain-area.html b/demos/resizable/constrain-area.html
index 02c8b53e4..51d0fe051 100644
--- a/demos/resizable/constrain-area.html
+++ b/demos/resizable/constrain-area.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -26,8 +26,6 @@
</head>
<body>
-<div class="demo">
-
<div id="container" class="ui-widget-content">
<h3 class="ui-widget-header">Containment</h3>
<div id="resizable" class="ui-state-active">
@@ -35,13 +33,8 @@
</div>
</div>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Define the boundaries of the resizable area. Use the <code>containment</code> option to specify a parent DOM element or a jQuery selector, like 'document.'</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>