diff options
author | Richard D. Worth <rdworth@gmail.com> | 2011-05-09 05:06:48 -0700 |
---|---|---|
committer | Richard D. Worth <rdworth@gmail.com> | 2011-05-09 05:06:48 -0700 |
commit | 91a9ff20d9165aaf398004a13fc82b62d4de40f1 (patch) | |
tree | 946717ef942fddebf57543996dcdf6d725a0c899 /demos | |
parent | e6d1ab7bf40e7ecaaaea0d53407dc98a416cc054 (diff) | |
parent | f7cf9228e5843ecf6e3bc23f33ceaca946c6023b (diff) | |
download | jquery-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.html | 2 |
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; } |