Removed top/bottom margin horiz menu separator

Removed the top and bottom margin from the separator in the horizontal
menu.
This commit is contained in:
Paul Burgess 2013-06-04 17:26:42 +01:00
parent 8cb7efca2a
commit ed6367816c

View File

@ -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 */