Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 19, 2015 17:19
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 braddalton/5990078 to your computer and use it in GitHub Desktop.
Save braddalton/5990078 to your computer and use it in GitHub Desktop.
.previous-post-link {
float: left;
}
.next-post-link {
float: right;
text-align: right;
}
.single-post-nav {
background-color: #F5F5F5;
border: 1px solid #6ec6ea;
color: #fff;
cursor: pointer;
font-family: 'Oswald', arial, serif;
font-size: 12px;
font-weight: normal;
padding: 10px;
text-decoration: none;
}
/**
* @author Brad Dalton - WP Sites
* @example http://wpsites.net/web-design/add-single-post-nav-links-for-categories/
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment