Skip to content

Instantly share code, notes, and snippets.

@mpalmr
Created April 9, 2015 14:43
Show Gist options
  • Save mpalmr/1d9511cfef13eae7eb74 to your computer and use it in GitHub Desktop.
Save mpalmr/1d9511cfef13eae7eb74 to your computer and use it in GitHub Desktop.
.item {
padding: 0 18px;
border-top: 1px solid #ccc;
}
.item:first-of-type {
border-top: 0;
}
.item {
padding: 0 18px;
}
.item:not(:first-of-type) {
border-top: 1px solid #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment