Removing thin line unter tables

GK User
Sat Sep 13, 2014 3:44 pm
Hey there!

I have put a table into a steakhouse-page.
Unfortunately underneath the table there's a thin line being displayed.

Any chance to get rid of that line?
Bildschirmfoto 2014-09-13 um 16.42.37.png

http://energetic-mental.at/
User avatar
Expert Boarder

GK User
Sat Sep 13, 2014 6:07 pm
Hi,
Code: Select all
tbody tr td {border-botton:0}
User avatar
Platinum Boarder

GK User
Sun Sep 14, 2014 8:46 am
Hey worked out cool, when typing it correctly :-)

Code: Select all
tbody tr td {
    border-bottom: 0px;
    padding: 0px;
}


Thank you very much!
User avatar
Expert Boarder


cron