diff options
Diffstat (limited to 'demos/resizable/ghost.html')
-rw-r--r-- | demos/resizable/ghost.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/resizable/ghost.html b/demos/resizable/ghost.html index a4c3feaba..af352b35a 100644 --- a/demos/resizable/ghost.html +++ b/demos/resizable/ghost.html @@ -20,10 +20,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> |