Skip to content

Instantly share code, notes, and snippets.

@archondigital
Created November 4, 2015 06:12
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 archondigital/b22f4f008b71e065ed08 to your computer and use it in GitHub Desktop.
Save archondigital/b22f4f008b71e065ed08 to your computer and use it in GitHub Desktop.
Deprecated YARPP template for WordPress (CSS)
ul.related-posts {
float: left;
list-style-type: none;
margin: 0px;
padding: 0px;
}
.related-posts li {
list-style-type: none;
float: left;
width: 100px;
padding-right: 8px;
padding-left: 8px;
font-size: 12px;
line-height: 18px;
}
.related-posts img{
width: 100px;
padding: 1px;
border: 1px solid #CCC;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment