Hi,
In Danland Theme im trying to remove the grey top line that appears when i customize the frontpage with tables. When im inserting a new table,a grey line appears. Even if i remove the stylesheets, the grey line appears when inserting a table.... How to remove it?? What to do... what to do......

Best regards
T

Comments

pbarnett’s picture

I can't duplicate that behaviour at all - there's a grey line that's the bottom border of the node, but that's all.

Is your site online?

useme’s picture

http://www.nordeca.com/
Have placed comments on the site..

pbarnett’s picture

Got it!

system.css has

tbody {
border-top:1px solid #CCCCCC;
}

Just add this to themes/danland/style.css -

tbody {
  border-top: none;
}
useme’s picture

Thank you very much!!
This worked out just fine!

:):):)