Redundant css?
Redundant css?
Just noticed that padding-right is defined twice in a row in the css -- is that a workaround of some sort, or was that unintentional?:
[code]
table.dataTable thead th div.DataTables_sort_wrapper {
position: relative;
padding-right: 20px;
padding-right: 20px;
}
[/code]
[code]
table.dataTable thead th div.DataTables_sort_wrapper {
position: relative;
padding-right: 20px;
padding-right: 20px;
}
[/code]
This discussion has been closed.
Replies
Allan