aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/grid.html
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2008-12-31 14:13:30 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2008-12-31 14:13:30 +0000
commit64adc9136fb6966132ed295dfed8a313e80b03f1 (patch)
treede78c5ff710831509ee84150839fd1cb86f8ae51 /demos/resizable/grid.html
parent8ea97f46771b29016ba13805bfda2506447e163c (diff)
downloadjquery-ui-64adc9136fb6966132ed295dfed8a313e80b03f1.tar.gz
jquery-ui-64adc9136fb6966132ed295dfed8a313e80b03f1.zip
demo: added wrappers for resizable
Diffstat (limited to 'demos/resizable/grid.html')
-rw-r--r--demos/resizable/grid.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/resizable/grid.html b/demos/resizable/grid.html
index 857533c10..30360a14a 100644
--- a/demos/resizable/grid.html
+++ b/demos/resizable/grid.html
@@ -19,10 +19,20 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="resizable" class="ui-widget-content">
<p>Resize me</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>