Skip to content

Instantly share code, notes, and snippets.

@spencejs
Created March 22, 2013 06:17
Show Gist options
  • Save spencejs/5219356 to your computer and use it in GitHub Desktop.
Save spencejs/5219356 to your computer and use it in GitHub Desktop.
Add A Mark Between Nav Items
nav li:before { content: "| "; }
nav li:first-child:before { content: ""; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment