diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
commit | c9aa36da061816dee256a979c2ff8d2ee41824d9 (patch) | |
tree | 29f7002b80ee984b488bd047dbbd80b36bf892e9 /resources/jquery/jquery.tablesorter.css | |
parent | b4274e0e33eafb5e9ead9d949ebf031a9fb8363b (diff) | |
parent | d1ba966140d7a60cd5ae4e8667ceb27c1a138592 (diff) |
Merge branch 'archwiki'
# Conflicts:
# skins/ArchLinux.php
# skins/ArchLinux/archlogo.gif
Diffstat (limited to 'resources/jquery/jquery.tablesorter.css')
-rw-r--r-- | resources/jquery/jquery.tablesorter.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css deleted file mode 100644 index a88acc09..00000000 --- a/resources/jquery/jquery.tablesorter.css +++ /dev/null @@ -1,17 +0,0 @@ -/* Table Sorting */ -table.jquery-tablesorter th.headerSort { - /* @embed */ - background-image: url(images/sort_both.gif); - cursor: pointer; - background-repeat: no-repeat; - background-position: center right; - padding-right: 21px; -} -table.jquery-tablesorter th.headerSortUp { - /* @embed */ - background-image: url(images/sort_up.gif); -} -table.jquery-tablesorter th.headerSortDown { - /* @embed */ - background-image: url(images/sort_down.gif); -} |