From ed6367816cd59d3963b4496b4c5de5eb1d746f4e Mon Sep 17 00:00:00 2001 From: Paul Burgess Date: Tue, 4 Jun 2013 17:26:42 +0100 Subject: [PATCH] Removed top/bottom margin horiz menu separator Removed the top and bottom margin from the separator in the horizontal menu. --- src/menus/css/menus-core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menus/css/menus-core.css b/src/menus/css/menus-core.css index dbab86e..2c5c954 100644 --- a/src/menus/css/menus-core.css +++ b/src/menus/css/menus-core.css @@ -114,7 +114,7 @@ .pure-menu-horizontal li.pure-menu-separator { height: 50%; width: 1px; - margin: 2px 7px; + margin: 0 7px; } /* Submenus should be horizontal separator again */