I\'m working on a web page in Google Chrome. It displays correctly with the following styles.
table {
display: table;
border-collapse: separate;
I have a solution. Check this:
Error
<link href="assets/css/bootstrap.min.css" rel="text/css" type="stylesheet">
Correct
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
Define the values that you don't want to be used from Chrome's user agent style in your own CSS content.