1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Fix: Remove duplicate CSS lines - 10663

This commit is contained in:
Allan Jardine 2012-06-30 07:07:52 +01:00
parent f03c670cf9
commit 1186901c95
2 changed files with 0 additions and 2 deletions

View File

@ -82,7 +82,6 @@ div.dataTables_wrapper .ui-widget-header {
table.display thead th div.DataTables_sort_wrapper { table.display thead th div.DataTables_sort_wrapper {
position: relative; position: relative;
padding-right: 20px; padding-right: 20px;
padding-right: 20px;
} }
table.display thead th div.DataTables_sort_wrapper span { table.display thead th div.DataTables_sort_wrapper span {

View File

@ -216,7 +216,6 @@ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
table.dataTable thead th div.DataTables_sort_wrapper { table.dataTable thead th div.DataTables_sort_wrapper {
position: relative; position: relative;
padding-right: 20px; padding-right: 20px;
padding-right: 20px;
} }
table.dataTable thead th div.DataTables_sort_wrapper span { table.dataTable thead th div.DataTables_sort_wrapper span {