broke the arrows woops

This commit is contained in:
Supremicus 2014-10-08 15:01:51 +10:00
parent 888b4359b9
commit 5e5f96722e
1 changed files with 2 additions and 2 deletions

View File

@ -2609,11 +2609,11 @@ table.tablesorter .tablesorter-header-inner {
}
table.tablesorter th.tablesorter-headerAsc .tablesorter-header-inner {
background: url(/lib/images/tablesorter/asc.gif) no-repeat right center;
background: url(/css/lib/images/tablesorter/asc.gif) no-repeat right center;
}
table.tablesorter th.tablesorter-headerDesc .tablesorter-header-inner {
background: url(/lib/images/tablesorter/desc.gif) no-repeat right center;
background: url(/css/lib/images/tablesorter/desc.gif) no-repeat right center;
}
table.tablesorter th.tablesorter-headerAsc {