Page 1 of 1

gray line border aroung all images

Posted: Sat Jul 07, 2007 12:10 am
by peter_green
Hello everyone.

I installed underground theme and now all the pictures that I have inside the pages have a gray line border (attached is a screen-shot). how do I get rid of this boder?




P.S. I took the underground theme from here: http://themes.cmsmadesimple.org/Full_Themes.html

Re: gray line border aroung all images

Posted: Sat Jul 07, 2007 12:31 am
by Nullig
Change the CSS for img to have no border.

Can you provide a link to the site, so we can see the stylesheet?

Nullig

Re: gray line border aroung all images

Posted: Sat Jul 07, 2007 5:16 pm
by peter_green
Thanks for pointing out man... I found it

It was in the CSS file, there was a section



/* images */
img {
border: 2px solid #CCC;
}




so I did change it to 0px and now no border shows up around the image.

Thanks again!
Peter