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:
parent
09673bf169
commit
82281b5b69
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user