Ok, now I understand, we have a predefined styles for tables because of the responsive looks of tables. If you don't want this style, you can remove this section from News/css/stuff.css file:
- Code: Select all
/* 7.16. Tables
==================================== */
article section table {
margin: 10px 0;
}
article section table th {
background: #eee;
padding: 0 4px;
text-align: left;
}
article section table td {
padding: 0 4px;
}
article section table tbody tr:nth-child(2n) {
background: #f5f5f5;
}
article section table td span.gk-table-label {
display: none;
}
But I think that even if you remove this code, your table won't looks exactly like your xlsx file.