By deepcover on
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?
Thanks
Deepcover
Comments
Try this
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
LM — Drupal development
That did the trick Thanks:0)
That did the trick
Thanks:0)
Common problem!
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.