Files
openlayers/mapbox-gl/closure-library/closure/goog/css/menuseparator.css
T
2015-03-16 18:50:27 +01:00

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;
}