Hi

I hope this is the right place to post my question, even though I am modifiing the blue marine theme.

Between the logo(banner) and the content there is a gray line and I have'nt been able to locate where it is comming from.

Can anyone tell me where i can remove the line or border?

www.laurseninvest.dk

Thanks
Deepcover

Comments

laurencemercer’s picture

Hi,
I think that gray line is caused by a CSS rule in the default system.css.

To get rid of the line you'll need to create a new CSS rule in your stylesheet (style.css) like this:

tbody {
border-top: none;
}

Laurence.

----------------------

Work - Lhmdesign.com // Webservice.pro
Play - My Drupal blog

deepcover’s picture

That did the trick

Thanks:0)

zeta ζ’s picture

See also: http://drupal.org/node/210018

If you’d like to see this fixed in 6.x, please go to http://drupal.org/node/93357#comment-710843, test the patch: if you like it, say you think it’s RTBC. It might still get in, even this late.