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/* 9 * Standard styling for menus created by goog.ui.MenuSeparatorRenderer. 10 * 11 * @author [email protected] (Attila Bodis) 12 */ 13 14 15.goog-menuseparator { 16 border-top: 1px solid #ccc; 17 margin: 4px 0; 18 padding: 0; 19} 20 21