aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/animate.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-30 05:49:01 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-30 05:49:01 +0000
commitb5eb51943e468a97d4d6fc654c31940550edc3f4 (patch)
tree80ece09f572f8e374f08681d93935d6b3085d99e /demos/resizable/animate.html
parentf401cdc0a8710f8bba0bdbea272801168d9a559e (diff)
downloadjquery-ui-b5eb51943e468a97d4d6fc654c31940550edc3f4.tar.gz
jquery-ui-b5eb51943e468a97d4d6fc654c31940550edc3f4.zip
demos/resizable: limited background-position fix to resizable element that needs it (with ui-widget-header class)
Diffstat (limited to 'demos/resizable/animate.html')
-rw-r--r--demos/resizable/animate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html
index 154aee270..fa8117fc3 100644
--- a/demos/resizable/animate.html
+++ b/demos/resizable/animate.html
@@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
<style type="text/css">
- #resizable { width: 150px; height: 150px; padding: 0.5em; background-position: top left; }
+ #resizable { width: 150px; height: 150px; padding: 0.5em; }
.ui-resizable-helper { border: 1px dotted gray; }
</style>
<script type="text/javascript">