Skip to content

Instantly share code, notes, and snippets.

@mattclements
Created July 21, 2014 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattclements/21777cb96f767e8a198c to your computer and use it in GitHub Desktop.
Save mattclements/21777cb96f767e8a198c to your computer and use it in GitHub Desktop.
Expanding Widgets - Sample CSS
.expand-section-title {
padding: 5px;
border-top: 1px #ccc solid;
}
.expand-section-title:first-of-type {
border-top: none;
}
.expand-section-title a {
color: #000;
text-decoration: none;
}
.expand-section-content {
padding: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment