Hi everyone,
I really like the new thumbnail gallery option on WordPress, but I'd like to know if it's possible to remove the borders on the images. I figured out the CSS to get rid of the borders of images I upload separately:
.post img {
border:none;
}
but it doesn't affect the gallery pictures. I am using the Digg 3 theme, and my blog is http://digital-robots.com (domain mapped from http://digitalrobots.wordpress.com ). Thanks!