Skip to content

Instantly share code, notes, and snippets.

@trapp
Created July 10, 2013 10:02
Show Gist options
  • Save trapp/5965110 to your computer and use it in GitHub Desktop.
Save trapp/5965110 to your computer and use it in GitHub Desktop.
Vertical navigation divider CSS only
.nav-list .nav-item:after {
content: "";
position: absolute;
right: 0;
top: 6px;
height: 12px;
width: 1px;
background-color: #e2e2e2;
border-bottom: 1px solid #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment