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:
parent
667ee39fdb
commit
208b3ba6a1
@ -1 +1 @@
|
||||
ede390881112840a62002ab284e63c1a2e09a6fa
|
||||
73192054febbf11d460d3fad581024672c36c4b3
|
||||
|
@ -6,6 +6,7 @@ table.dataTable {
|
||||
margin: 0 auto;
|
||||
clear: both;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
/*
|
||||
* Header and footer styles
|
||||
*/
|
||||
|
@ -6,6 +6,7 @@ table.dataTable {
|
||||
margin: 0 auto;
|
||||
clear: both;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
/*
|
||||
* Header and footer styles
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user