Skip to content

Instantly share code, notes, and snippets.

@landru247
Created April 23, 2013 06:31
Show Gist options
  • Save landru247/5441266 to your computer and use it in GitHub Desktop.
Save landru247/5441266 to your computer and use it in GitHub Desktop.
CSS: Menu Pipes
.nav > li { border-right: solid 1px #fff; }
.nav > li:last-of-type,.nav > li:last-child { border-right:none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment