diff options
Diffstat (limited to 'demos/resizable/containment.html')
-rw-r--r-- | demos/resizable/containment.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/resizable/containment.html b/demos/resizable/containment.html index 60c861738..948afbdbb 100644 --- a/demos/resizable/containment.html +++ b/demos/resizable/containment.html @@ -21,7 +21,8 @@ </script> </head> <body> - +<div class="demo"> + <div id="container" class="ui-widget-content"> <p>Container</p> <div id="resizable" class="ui-widget-header"> @@ -29,5 +30,14 @@ </div> </div> +</div><!-- End demo --> + +<div class="demo-description"> + +<p> +<!-- Add description here --> +</p> + +</div><!-- End demo-description --> </body> </html> |