TableSorter: Use SVGs with PNG fallbacks instead of GIFs
authorEd Sanders <esanders@wikimedia.org>
Mon, 25 Jan 2016 17:37:08 +0000 (17:37 +0000)
committerEd Sanders <esanders@wikimedia.org>
Mon, 25 Jan 2016 17:58:36 +0000 (17:58 +0000)
commit9080b6f763a08fe39c3dd854e8555d1748625fca
tree10fdb31aab45e6b136005af500626629c05f6943
parent85c7214c3bb676c070aa59056e666d6b769f8679
TableSorter: Use SVGs with PNG fallbacks instead of GIFs

Also removes the never-used sort_none.gif.

Change-Id: Ia16e19985f68b1d188b4391c1156d61c781059cf
13 files changed:
resources/Resources.php
resources/src/jquery/images/sort_both.gif [deleted file]
resources/src/jquery/images/sort_both.png [new file with mode: 0644]
resources/src/jquery/images/sort_both.svg [new file with mode: 0644]
resources/src/jquery/images/sort_down.gif [deleted file]
resources/src/jquery/images/sort_down.png [new file with mode: 0644]
resources/src/jquery/images/sort_down.svg [new file with mode: 0644]
resources/src/jquery/images/sort_none.gif [deleted file]
resources/src/jquery/images/sort_up.gif [deleted file]
resources/src/jquery/images/sort_up.png [new file with mode: 0644]
resources/src/jquery/images/sort_up.svg [new file with mode: 0644]
resources/src/jquery/jquery.tablesorter.css [deleted file]
resources/src/jquery/jquery.tablesorter.less [new file with mode: 0644]