aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/alsoresize.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/resizable/alsoresize.html')
-rw-r--r--demos/resizable/alsoresize.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/resizable/alsoresize.html b/demos/resizable/alsoresize.html
index 4fb339633..d98686f86 100644
--- a/demos/resizable/alsoresize.html
+++ b/demos/resizable/alsoresize.html
@@ -22,7 +22,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="resizable" class="ui-widget-header">
<p>Resize me</p>
</div>
@@ -31,5 +32,14 @@
<p>I will resize with the other div. I can also be resized independently.</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>