1
mirror of https://github.com/pure-css/pure synced 2025-01-10 17:26:23 +01:00

pure-menu-separator vertical style for #53

Added a style so .pure-menu-separator will also work in vertical menu
and not just horizontal.
This commit is contained in:
Paul Burgess 2013-06-02 08:47:30 +01:00
parent 09673bf169
commit 82281b5b69

View File

@ -109,3 +109,10 @@
padding-right:30px;
}
/* Adjusting separator for vertical menus */
.pure-menu-horizontal .pure-menu-separator {
height: 20px;
width: 1px;
margin: 2px 7px;
}