This Portfolio Press theme is working out really well for me — except for the dreaded grey borders on the thumbnails and single images. I've been scouring the forum and it seems to be a split between theme and core, but haven't found the files that solve it for me.
The obvious solution would be #content .wp-caption img, but I can delete the whole style without effect.
I found a two-year-old post by Esmi offering this:
It's the default css inserted by the gallery shortcode from wp-includes/media.php.
#contentwrapper .gallery .gallery-item img {border:none !important;}
but I haven't been able to find it and suspect it has been relocated.
Help! Thanks