Skip to content

Instantly share code, notes, and snippets.

@stevewithington
Created May 21, 2014 16:05
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 stevewithington/ef7ec068411d97ea6de9 to your computer and use it in GitHub Desktop.
Save stevewithington/ef7ec068411d97ea6de9 to your computer and use it in GitHub Desktop.
Mura CMS : jQuery Cycle 2 Slideshow Pager CSS
/* 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