I'm setting up a site that's using 2.3.1. I managed to figure out how to get a background pic up and running but then when I started looking at some of the old stock photo's I have put up, they all started off with a gray border around the images.
It took me ages to work it out, so I'm putting it here for you all, so you don't have to
In the main "stylesheet.css" file, look around line 139 for
#piGal img {
-webkit-box-shadow: 0px 0px 1px #000;
-moz-box-shadow: 0px 0px 1px #000;
}
and change it to
#piGal img {
-webkit-box-shadow: 0px 0px 1px #000;
-moz-box-shadow: 0px 0px 0px #000;
}
Job done














