diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-01 00:27:45 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-01 00:27:45 +0000 |
commit | db5edc794f7b9479cd02a05d0fe0d690b71ffaf7 (patch) | |
tree | f3dc177b199381840bb0d9ba0ec57ee307527a2e /demos/resizable/animate.html | |
parent | 48af692c1bc73e132dd7f140e45c422ee5dc05a1 (diff) | |
download | jquery-ui-db5edc794f7b9479cd02a05d0fe0d690b71ffaf7.tar.gz jquery-ui-db5edc794f7b9479cd02a05d0fe0d690b71ffaf7.zip |
demos: touch up
Diffstat (limited to 'demos/resizable/animate.html')
-rw-r--r-- | demos/resizable/animate.html | 3 |
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 --> |