Skip to content

Instantly share code, notes, and snippets.

@tareiking
Last active August 29, 2015 13:57
Show Gist options
  • Save tareiking/9608643 to your computer and use it in GitHub Desktop.
Save tareiking/9608643 to your computer and use it in GitHub Desktop.
Styling a data-attribute
// Never really thought about this until I saw it
[data-type="profile"] .counts .h4 small {
display: block;
clear: both;
font-size: 12px;
color: #4f405f;
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment