Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rafsan-me/d572c8df9dd5776ad0b397455435acff to your computer and use it in GitHub Desktop.
Save rafsan-me/d572c8df9dd5776ad0b397455435acff to your computer and use it in GitHub Desktop.
Vertical divider for bootstrap 3
.navbar .divider-vertical {
height: 40px;
margin: 0 9px;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment