Created
May 30, 2012 17:26
-
-
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
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
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