Skip to content

Instantly share code, notes, and snippets.

@pastak
Created August 31, 2010 12:58
Show Gist options
  • Save pastak/558979 to your computer and use it in GitHub Desktop.
Save pastak/558979 to your computer and use it in GitHub Desktop.
var t=document.getElementsByClassName("thumbArea");
for(var i=0;i<t.length;i++){
t[i].style.display="none";
}
var f=document.getElementsByClassName("feedContents");
for(var i=0;i<f.length;i++){
f[i].style.float="left";
f[i].style.marginLeft="10px"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment