UNPKG

accessibility-developer-tools

Version:

This is a library of accessibility-related testing and utility code.

20 lines (16 loc) 404 B
/* * Copyright 2009 The Closure Library Authors. All Rights Reserved. * * Use of this source code is governed by the Apache License, Version 2.0. * See the COPYING file for details. */ /* * Standard styling for menus created by goog.ui.MenuSeparatorRenderer. * * @author attila@google.com (Attila Bodis) */ .goog-menuseparator { border-top: 1px solid #ccc; margin: 4px 0; padding: 0; }