Dotted lines

Permalink
Why do dotted lines suddenly appear and how do I remove them?

It appears on all pages. Please see them as eg onhttp://www.sharkssupporters.com/events/...

 
JohntheFish replied on at Permalink Reply
JohntheFish
Your theme style.css sets a style on #content
border: #CCC thin dashed;
MrG replied on at Permalink Reply
Thanks John, but how do i remove it. I never set it as such
JohntheFish replied on at Permalink Reply
JohntheFish
It looks like its your custom theme with the style coded into the file
/themes/sharks-supporters/style.css. The only way it could have got there is for someone with edit access to that file editing the file to add the dashed border.

To remove it, access the file in FTP or your server control panel and edit the style. According to the chrome developer console its line:208, but that line number may not be strictly accurate.
MrG replied on at Permalink Reply
what should i replace it with, or do i just delete the #CCC thin dashed
davidfurler replied on at Permalink Reply
It is safe to delete that if you don't want borders at all, which by the look of your design is probably what you are after.

If you are unsure, you can just comment it out by surrounding the code with /* and */

e.g:

/* border: thin #ccc dashed */


it won't hurt to do that either, and that way the code is still there if you change your mind, or want to remember how to make that border again in the future (seeing as how you seem new to css).
MrG replied on at Permalink Reply
thanks David, I managed to remove the dots.would you recommend me changing the background of the various columns in order to distinct between them, or what would you suggest