diff options
author | Felix Nagel <info@felixnagel.com> | 2012-02-26 01:04:32 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-02-26 01:04:32 +0100 |
commit | 1fbf5cb4c723400fc883d8b13d92874fc81e15d7 (patch) | |
tree | b52727fad993c29b2ba96092fbeeb6a22cb63020 /tests/visual/selectmenu | |
parent | 85d6acb89922f241104effbc8ed9a90fe387968e (diff) | |
download | jquery-ui-1fbf5cb4c723400fc883d8b13d92874fc81e15d7.tar.gz jquery-ui-1fbf5cb4c723400fc883d8b13d92874fc81e15d7.zip |
Selectmenu: small typo in visual test
Diffstat (limited to 'tests/visual/selectmenu')
-rw-r--r-- | tests/visual/selectmenu/methods.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/visual/selectmenu/methods.html b/tests/visual/selectmenu/methods.html index 87dae0291..38f40d0c0 100644 --- a/tests/visual/selectmenu/methods.html +++ b/tests/visual/selectmenu/methods.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>jQuery UI Selectmenu - Methids functionality</title> + <title>jQuery UI Selectmenu - Methods functionality</title> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css"> <script src="../../../jquery-1.7.1.js"></script> <script src="../../../ui/jquery.ui.core.js"></script> @@ -52,7 +52,6 @@ fieldset { border: 0; } label { display: block; } select { width: 200px; } - .overflow ul { height: 200px; overflow: auto; } </style> </head> <body> |