Created
May 21, 2014 16:05
-
-
Save stevewithington/ef7ec068411d97ea6de9 to your computer and use it in GitHub Desktop.
Mura CMS : jQuery Cycle 2 Slideshow Pager CSS
This file contains hidden or 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
/* base styling for Mura's jQuery Cycle 2 Slideshow Pagination */ | |
ol.mura-pager { | |
margin: 0; | |
padding: 0; | |
position: relative; | |
z-index: 2; | |
} | |
ol.mura-pager li { | |
display: inline; | |
margin: 0 .25em; | |
} | |
ol.mura-pager li a { | |
display: -moz-inline-block; | |
display: inline-block; | |
line-height: 1.2; | |
padding: 2px 5px; | |
text-align: center; | |
} | |
ol.mura-pager li.cycle-pager-active a { | |
color:black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment