Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created July 29, 2013 20:57
Show Gist options
  • Save tdreyno/6107756 to your computer and use it in GitHub Desktop.
Save tdreyno/6107756 to your computer and use it in GitHub Desktop.
// Option A
.slide-show__paging-button--next {
float: right;
}
// Option B
.Slideshow-pagingButton--next {
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment