Created
June 14, 2013 14:01
-
-
Save benrasmusen/5782024 to your computer and use it in GitHub Desktop.
Revisions
-
benrasmusen created this gist
Jun 14, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ // 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; } } } }