Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created September 30, 2012 05:12
Show Gist options
  • Save SpencerCooley/3805929 to your computer and use it in GitHub Desktop.
Save SpencerCooley/3805929 to your computer and use it in GitHub Desktop.
move this out of .thumbnails and put it in .sidebar right above .comments
<div class="thumbnail_highlight" ></div>
replace with this
.thumbnail_highlight{
width:100px;
height:90px;
background:#F1ECDF;
position:absolute;
right:0px;
top:15px;
z-index:10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment