1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

CSS: Add border-spacing: 0 to the stylesheets

- This is the CSS version of the cellspacing attribute on the table in HTML. It will work in all browsers except IE6/7. IE8+ and the others are all fine. So for the moment most of my examples will continue carrying the cellspacing attribute, but this is useful to have in the core css
This commit is contained in:
Allan Jardine 2013-11-25 09:23:57 +00:00
parent 667ee39fdb
commit 208b3ba6a1
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
ede390881112840a62002ab284e63c1a2e09a6fa
73192054febbf11d460d3fad581024672c36c4b3

View File

@ -6,6 +6,7 @@ table.dataTable {
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;
/*
* Header and footer styles
*/

View File

@ -6,6 +6,7 @@ table.dataTable {
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;
/*
* Header and footer styles
*/