aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/animate.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/resizable/animate.html')
-rw-r--r--demos/resizable/animate.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html
index 1e2f4c39d..b83575840 100644
--- a/demos/resizable/animate.html
+++ b/demos/resizable/animate.html
@@ -9,6 +9,7 @@
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
#resizable { width: 150px; height: 150px; padding: 0.5em; }
+ #resizable h3 { text-align: center; margin: 0; }
.ui-resizable-helper { border: 1px dotted gray; }
</style>
<script type="text/javascript">
@@ -23,7 +24,7 @@
<div class="demo">
<div id="resizable" class="ui-widget-content">
- <p>Resize me</p>
+ <h3 class="ui-widget-header">Animate</h3>
</div>
</div><!-- End demo -->