You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
602 B

9 years ago
  1. /*!
  2. Pure v0.6.0
  3. Copyright 2014 Yahoo! Inc. All rights reserved.
  4. Licensed under the BSD License.
  5. https://github.com/yahoo/pure/blob/master/LICENSE.md
  6. */
  7. /* HORIZONTAL MENU */
  8. .pure-menu-horizontal {
  9. width: 100%;
  10. white-space: nowrap;
  11. }
  12. .pure-menu-horizontal .pure-menu-list {
  13. display: inline-block;
  14. }
  15. /* Initial menus should be inline-block so that they are horizontal */
  16. .pure-menu-horizontal .pure-menu-item,
  17. .pure-menu-horizontal .pure-menu-heading,
  18. .pure-menu-horizontal .pure-menu-separator {
  19. display: inline-block;
  20. *display: inline;
  21. zoom: 1;
  22. vertical-align: middle;
  23. }