mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-28 10:24:10 +01:00
Merge pull request #70 from markvantilburg/patch-7
Fix: Remove obsolete CSS option for Firefox
This commit is contained in:
parent
aa23ed8744
commit
38d7e00e30
@ -1 +1 @@
|
||||
f1a18dbe7d1c78302fb4399b2aa4bc072e7dbc04
|
||||
e88a0798e618a6fe9d6d6426873ae812a756b96f
|
||||
|
@ -234,7 +234,6 @@ table.dataTable,
|
||||
table.dataTable th,
|
||||
table.dataTable td {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
|
2
media/css/dataTables.jqueryui.min.css
vendored
2
media/css/dataTables.jqueryui.min.css
vendored
File diff suppressed because one or more lines are too long
@ -265,7 +265,6 @@ table.dataTable,
|
||||
table.dataTable th,
|
||||
table.dataTable td {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
|
2
media/css/jquery.dataTables.min.css
vendored
2
media/css/jquery.dataTables.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user