diff options
author | Felix Nagel <info@felixnagel.com> | 2013-04-29 23:40:26 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-04-29 23:40:26 +0200 |
commit | 6640925db2f326932bc7d2ef76f4cd96930e92bd (patch) | |
tree | cc45853ac7e22d55ca59de17156ea167ce6f14c8 /demos | |
parent | f96ee5e0488e28445fc4ebcc254dfa10aad2b1c9 (diff) | |
parent | 5c0a6aaeb7fac32950ddc44870295d5983ece15d (diff) | |
download | jquery-ui-6640925db2f326932bc7d2ef76f4cd96930e92bd.tar.gz jquery-ui-6640925db2f326932bc7d2ef76f4cd96930e92bd.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'demos')
-rw-r--r-- | demos/position/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/position/default.html b/demos/position/default.html index 8d6cca011..ad5a3d874 100644 --- a/demos/position/default.html +++ b/demos/position/default.html @@ -95,7 +95,7 @@ </select> <select id="my_vertical"> <option value="top">top</option> - <option value="middle">center</option> + <option value="center">center</option> <option value="bottom">bottom</option> </select> </div> @@ -108,7 +108,7 @@ </select> <select id="at_vertical"> <option value="top">top</option> - <option value="middle">center</option> + <option value="center">center</option> <option value="bottom">bottom</option> </select> </div> |