Remove Black Border on Logo Whitespace Theme

Permalink
I have looked everywhere to find out how to remove the black border around my logon on the whitespace theme. You can view it here, it does not show in edit mode but is there live. Does anyone know how to remove it?

http://www.go2rdsi.com/webcreator/...

 
Mnkras replied on at Permalink Reply
Mnkras
style.css
#footer its the attributes that have border
rukse replied on at Permalink Reply
Does this apply to the black border around the RUK logo? Can you point to the correct line on the style.css page to change?
c5mix replied on at Permalink Best Answer Reply
Simply add this to the style.css file:

img {border:0;}
rukse replied on at Permalink Reply
Thanks what line would I add that code to? When I try on each line it seems to mess up the look of the template. Any help would be appreciated. I am not the greatest at .css files.
rukse replied on at Permalink Reply
Sorry had a brain lapse I got it inserted and it works perfectly. Thanks, G