Skip to content

Instantly share code, notes, and snippets.

@mattclements
Created July 21, 2014 21:22
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