Created
September 30, 2012 05:12
-
-
Save SpencerCooley/3805929 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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