aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/css/menuseparator.css
diff options
context:
space:
mode:
Diffstat (limited to 'contexts/data/lib/closure-library/closure/goog/css/menuseparator.css')
-rw-r--r--contexts/data/lib/closure-library/closure/goog/css/menuseparator.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/contexts/data/lib/closure-library/closure/goog/css/menuseparator.css b/contexts/data/lib/closure-library/closure/goog/css/menuseparator.css
deleted file mode 100644
index de1354f..0000000
--- a/contexts/data/lib/closure-library/closure/goog/css/menuseparator.css
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * 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;
-}