Table Border Issue

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Thu Feb 13, 2014 12:05 am
Hey, trying to make a table with rounded borders for this theme. Here's a jsfiddle with the exact code I'm using:

http://jsfiddle.net/bTMZU/1/

As you can see, there are clean rounded corners on ever edge. Here's what it actually looks like on the site though:

http://jackalopedemo.us/ (scroll to the very bottom)

As you can see it has square edges, and where it does have rounded edges, there is another border on top. Any ideas why this is happening?

Thanks!
User avatar
Junior Boarder

GK User
Thu Feb 13, 2014 8:16 am
Hi,

Please add also this code into css/override.css file:
Code: Select all
table {
border-collapse: separate;
}
User avatar
Moderator


cron