diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-04-25 12:58:53 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-04-25 12:58:53 -0400 |
commit | cc378433ab776dee8b75c4ece7df92bfe1300aaf (patch) | |
tree | cb94899d8bc49227e154e65b1d4f862197da87f9 | |
parent | 947d738c0b9403da527b31ad2af3b6b9150383bd (diff) | |
download | jquery-ui-cc378433ab776dee8b75c4ece7df92bfe1300aaf.tar.gz jquery-ui-cc378433ab776dee8b75c4ece7df92bfe1300aaf.zip |
Position demo: Fixed usage of center positioning.
-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> |