Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Created July 29, 2011 14:34
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 jamigibbs/1113929 to your computer and use it in GitHub Desktop.
Save jamigibbs/1113929 to your computer and use it in GitHub Desktop.
Display Related Posts with Featured Image
.clearfix:before,
.clearfix:after {content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0; height: 0;}
#related-post ul {list-style:none;}
#related-post ul li{float:left;margin-left:0;margin-right:20px;}
#related-post img {border:1px solid #cccccc;background:#F9F9F9;padding:2px;}
#related-post img:hover {opacity:0.8;border:1px solid #999999;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment