Skip to content

Instantly share code, notes, and snippets.

@KnightAlex
Created February 27, 2015 10:21
Show Gist options
  • Select an option

  • Save KnightAlex/7e23b1d6dabfdca68977 to your computer and use it in GitHub Desktop.

Select an option

Save KnightAlex/7e23b1d6dabfdca68977 to your computer and use it in GitHub Desktop.
Adding vertical pipe between navigation elements
#site-navigation ul li:after {
content: '|';
color: #fff;
font-size: 10px;
line-height: 24px;
float: left;
}
#site-navigation ul li:last-child:after {
content: ' ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment