Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created February 9, 2014 23:26
Show Gist options
  • Select an option

  • Save tomharrigan/8907722 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/8907722 to your computer and use it in GitHub Desktop.
ul.products.list li.product .img-wrap {
background: none;
width: auto;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0;
}
ul.products.list li.product .img-wrap:before {
content: none;
}
body ul.products.list li.product img {
margin-right: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment