diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-09-10 11:33:46 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-09-10 11:33:46 -0400 |
commit | 303f20e1b3c977d75047bed1a3533a180d73fab5 (patch) | |
tree | c8cf97b57f2493313dfd92c1dfceedb29d137d67 /demos/menu/topalignmenu.html | |
parent | 9e259c6e5369bf272dd14df7aea1372c5b064300 (diff) | |
download | jquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.tar.gz jquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.zip |
Demos: Cleanup.
Diffstat (limited to 'demos/menu/topalignmenu.html')
-rw-r--r-- | demos/menu/topalignmenu.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/demos/menu/topalignmenu.html b/demos/menu/topalignmenu.html index 0ae287704..5a918d749 100644 --- a/demos/menu/topalignmenu.html +++ b/demos/menu/topalignmenu.html @@ -26,8 +26,6 @@ </head> <body> -<div class="demo"> - <ul id="menu"> <li><a href="#">Aberdeen</a></li> <li><a href="#">Ada</a></li> @@ -82,11 +80,8 @@ </li> </ul> -</div> - <div class="demo-description"> - <p>Menus can use custom positioning. There is a delay before activing an item on hover and a delay before closing a menu on mouse out to allow for moving to a submenu that is not touching its parent item.</p> +<p>Menus can use custom positioning. There is a delay before activing an item on hover and a delay before closing a menu on mouse out to allow for moving to a submenu that is not touching its parent item.</p> </div> - </body> </html> |