aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRichard D. Worth <rdworth@gmail.com>2011-05-09 05:06:48 -0700
committerRichard D. Worth <rdworth@gmail.com>2011-05-09 05:06:48 -0700
commit91a9ff20d9165aaf398004a13fc82b62d4de40f1 (patch)
tree946717ef942fddebf57543996dcdf6d725a0c899 /demos
parente6d1ab7bf40e7ecaaaea0d53407dc98a416cc054 (diff)
parentf7cf9228e5843ecf6e3bc23f33ceaca946c6023b (diff)
downloadjquery-ui-91a9ff20d9165aaf398004a13fc82b62d4de40f1.tar.gz
jquery-ui-91a9ff20d9165aaf398004a13fc82b62d4de40f1.zip
Merge pull request #231 from itsadok/patch-1
fix: delete runaway backslash
Diffstat (limited to 'demos')
-rw-r--r--demos/resizable/constrain-area.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/constrain-area.html b/demos/resizable/constrain-area.html
index a7003352c..33539f940 100644
--- a/demos/resizable/constrain-area.html
+++ b/demos/resizable/constrain-area.html
@@ -10,7 +10,7 @@
<script src="../../ui/jquery.ui.mouse.js"></script>
<script src="../../ui/jquery.ui.resizable.js"></script>
<link rel="stylesheet" href="../demos.css">
- <style\>
+ <style>
#container { width: 300px; height: 300px; }
#container h3 { text-align: center; margin: 0; margin-bottom: 10px; }
#resizable { background-position: top left; width: 150px; height: 150px; }