Skip to content

Instantly share code, notes, and snippets.

@takatoshi
Created June 2, 2012 14:56
Show Gist options
  • Save takatoshi/2858727 to your computer and use it in GitHub Desktop.
Save takatoshi/2858727 to your computer and use it in GitHub Desktop.
csstest
div.wp-pagenavi span, div.wp-pagenavi a {
display: block;
float:left;
margin-right: 10px;
padding: 5px 0;
font-size: 17px;
text-align: center;
width: 30px;
border: 1px solid #aaa;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div.wp-pagenavi span, div.wp-pagenavi a:hover {
color: #fff;
background: url(/wp-content/themes/tactosh/images/current_page.png) no-repeat;
text-shadow: -1px -1px 0px #555;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment