Created
June 14, 2013 14:01
-
-
Save benrasmusen/5782024 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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