Skip to content

Instantly share code, notes, and snippets.

@rmcauley
Created May 27, 2015 07:10
Show Gist options
  • Save rmcauley/7bbdacff4a19c4eaecfe to your computer and use it in GitHub Desktop.
Save rmcauley/7bbdacff4a19c4eaecfe to your computer and use it in GitHub Desktop.
div.song {
div.entry_votes {
display: none;
float: right;
padding-right: .5em;
color: $darktext;
}
&.now_playing, &.history {
div.entry_votes {
display: block;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment