Skip to content

Instantly share code, notes, and snippets.

@benrasmusen
Created June 14, 2013 14:01
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 benrasmusen/5782024 to your computer and use it in GitHub Desktop.
Save benrasmusen/5782024 to your computer and use it in GitHub Desktop.
// Slideshow pagination
.slideshow-pagination {
overflow:auto;
margin:10px 0px;
height:75px;
.pagination {
li {
font-size: 16px;
color: #0075bf;
font-weight: bold;
line-height: 68px;
a:hover {
background-color: #ffffff;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment