diff options
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> |