CSS default for product image.

Project: 
Ubercart
Category: 
feature request
Version: 
Ubercart 1.x-dev
Priority: 
normal
Status: 
active

I'd like to suggest that the border-left on the product image be off by default ...

.product_image {
    border-left:none;
...
}

I usually end up turning it off, and the product page looks much cleaner without it. People can always add borders etc if they want. It gets in the way if you enable any shadow or corner rounding modules. Just seems unnecessary and the kind of thing that should be left to site designers. There are just so many CSS tweaks with Drupal, I hate having to turn stuff off. Turning on is fine.

Ok, just my 2 cents -- maybe everybody else likes it!

BTW, the uc_importer module is really great. Nice work Lyle! I'd be happy to write some doc to show my appreciation?

Re: CSS default for product image.

I'll give this a tentative +1 but leave it up to Lyle to decide. We do intrude a little much in some parts of UC.

Re: CSS default for product image.

+1 from me on this too. Always the first thing that goes Sticking out tongue

UC's default theming shouldn't get in the way of the style of the site's theme.

Re: Re: CSS default for product image.

Alright, then. I'll take it out. I didn't know better at the time, but I'll leave the designing to the designers.