gray line border aroung all images

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
peter_green

gray line border aroung all images

Post 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
Attachments
gray-line-border.gif
Last edited by peter_green on Sat Jul 07, 2007 12:14 am, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: gray line border aroung all images

Post 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
Last edited by Nullig on Sat Jul 07, 2007 12:36 am, edited 1 time in total.
peter_green

Re: gray line border aroung all images

Post 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
Locked

Return to “Layout and Design (CSS & HTML)”