aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable
diff options
context:
space:
mode:
authorChi Cheng <cloudream@gmail.com>2009-03-08 14:16:10 +0000
committerChi Cheng <cloudream@gmail.com>2009-03-08 14:16:10 +0000
commit97c7781d02d2b878a17fb210511c5a1bfe155a35 (patch)
tree4c0ab535c174007b6f550e9e5ace847d4cbd389e /demos/resizable
parentaf3b838fdeade6e949697801f8240041e6593292 (diff)
downloadjquery-ui-97c7781d02d2b878a17fb210511c5a1bfe155a35.tar.gz
jquery-ui-97c7781d02d2b878a17fb210511c5a1bfe155a35.zip
Demo: resizable helper
Diffstat (limited to 'demos/resizable')
-rw-r--r--demos/resizable/helper.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/helper.html b/demos/resizable/helper.html
index 116b29872..49c46e73e 100644
--- a/demos/resizable/helper.html
+++ b/demos/resizable/helper.html
@@ -10,7 +10,7 @@
<style type="text/css">
#resizable { width: 150px; height: 150px; padding: 0.5em; }
#resizable h3 { text-align: center; margin: 0; }
- .ui-resizable-helper { border: 5px dotted gray; }
+ .ui-resizable-helper { border: 2px dotted #00F; }
</style>
<script type="text/javascript">
$(function() {