Skip to content

Instantly share code, notes, and snippets.

@icegulch
Created January 11, 2014 17:21
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 icegulch/8373784 to your computer and use it in GitHub Desktop.
Save icegulch/8373784 to your computer and use it in GitHub Desktop.
.product-listing > li {
list-style: none;
width: 300px;
margin: 0 0 20px 0;
padding: 0 10px;
display: inline-block;
/* IE7 inline-block hack */
*display: inline;
*zoom: 1;
vertical-align: top;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment