Skip to content

Instantly share code, notes, and snippets.

@genee19
Created May 30, 2012 17:26
Show Gist options
  • Save genee19/2837783 to your computer and use it in GitHub Desktop.
Save genee19/2837783 to your computer and use it in GitHub Desktop.
A quick set of rules to add a border around the products in grid view of Ecwid
div.ecwid-productBrowser-productsGrid-productTopFragment {
border: solid 1px #b4b8bc;
border-bottom: none;
}
div.ecwid-productBrowser-productsGrid-productBottomFragment {
border: solid 1px #b4b8bc;
border-top: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment