aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/max-min.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/resizable/max-min.html')
-rw-r--r--demos/resizable/max-min.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/resizable/max-min.html b/demos/resizable/max-min.html
index 9d1da8e22..1baa43de6 100644
--- a/demos/resizable/max-min.html
+++ b/demos/resizable/max-min.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -27,19 +27,12 @@
</head>
<body>
-<div class="demo">
-
<div id="resizable" class="ui-widget-content">
<h3 class="ui-widget-header">Resize larger / smaller</h3>
</div>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Limit the resizable element to a maximum or minimum height or width using the <code>maxHeight</code>, <code>maxWidth</code>, <code>minHeight</code>, and <code>minWidth</code> options.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>