1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Fix: Use border collapse in JUI stylesheet - 8931

This commit is contained in:
Allan Jardine 2012-03-12 08:06:24 +00:00
parent d7912b09a0
commit 74f970e1a7

View File

@ -7,6 +7,7 @@ table.dataTable {
margin: 0 auto;
clear: both;
width: 100%;
border-collapse: collapse;
}
table.dataTable thead th {