20 lines
404 B
CSS
20 lines
404 B
CSS
/*
|
|
* 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;
|
|
}
|