Skip to content

Instantly share code, notes, and snippets.

@web-standards-sherpa
Forked from bridgestew/Early CSS, part one
Created November 4, 2013 22:46
Show Gist options
  • Save web-standards-sherpa/7310570 to your computer and use it in GitHub Desktop.
Save web-standards-sherpa/7310570 to your computer and use it in GitHub Desktop.
#faq > div {
border-bottom: dashed 1px #bca785;
margin-bottom: 10px;
padding-bottom: 10px;
}
#archive > ul > li {
border-bottom: dashed 1px #bca785;
margin-bottom: 10px;
padding-bottom: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment