Contextes de border pour le sens abstrait

Lien: http://drupal.org/node/832528


"Gray border around image" checkbox in block settings does nothing

--

Title says it all. Gray border remains around image whether box is
checked or not, in both catalog and product node pages.
--

The "Gray border around image" Skinr style is available to blocks,
panels, and views only. By default the product node has a border around
the product image which isn't something that can be toggled so not sure
--

Here's a screenshot of the product node. If that gray border isn't
toggleable, any chance you could point me towards its location in the
CSS files? The client wants no border between the product images and
the rest of the page.
Attachment Size
grayborder.jpg 48.9 KB
* Login or register to post comments
--

This bit of CSS will remove the border around the product image on the
product node.
--
.product-image img {
border: none;
}