menuseparator.css 404 B

12345678910111213141516171819
  1. /*
  2. * Copyright 2009 The Closure Library Authors. All Rights Reserved.
  3. *
  4. * Use of this source code is governed by the Apache License, Version 2.0.
  5. * See the COPYING file for details.
  6. */
  7. /*
  8. * Standard styling for menus created by goog.ui.MenuSeparatorRenderer.
  9. *
  10. * @author attila@google.com (Attila Bodis)
  11. */
  12. .goog-menuseparator {
  13. border-top: 1px solid #ccc;
  14. margin: 4px 0;
  15. padding: 0;
  16. }