Redundant css?

Redundant css?

timtuckertimtucker Posts: 48Questions: 0Answers: 0
edited June 2012 in General
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]

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Yup - a mistake that. I've just removed it from my files and that will be in the next DataTables release.

    Allan
This discussion has been closed.