2006-11-17 03:16
Hi, I want to take out the border around the images in the products list. I already take out the one in the detailed product, but I dont find the one in the products list.(I believe is one pixel)Thanks in advanceJoaquim
2006-11-17 10:50
try to add:.entry .photo{border:none;}under block where class .entry is defined
2006-11-17 14:12
Hi wewior,Thanks for the awnser. But it dind't work... :(Any other solution?ThanksJoaquim
2006-11-17 15:01
Try this: (border 2px to 0px)/* global photo display styles */.photo{float:left;margin:2px 10px 10px 0;border:0px solid #bbb;}