I am trying to add a border around the thumbnail images on the product listing page. I thought I could do this in the stylesheet. I tried this:
but that puts a border around every image on the page. I just want the border around the thumbnail.HTML Code:a img {border: 1px; }



