From: Roan Kattouw Date: Thu, 6 Oct 2011 12:51:32 +0000 (+0000) Subject: Followup r98676: add @embed X-Git-Tag: 1.31.0-rc.0~27236 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=42940022b013201091c9717d687eece2b7f24182;p=lhc%2Fweb%2Fwiklou.git Followup r98676: add @embed --- diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css index 42f360c372..6f1ba1c015 100644 --- a/resources/jquery/jquery.tablesorter.css +++ b/resources/jquery/jquery.tablesorter.css @@ -1,5 +1,6 @@ /* Table Sorting */ table.jquery-tablesorter th.headerSort { + /* @embed */ background-image: url(images/sort_both.gif); cursor: pointer; background-repeat: no-repeat; @@ -7,8 +8,10 @@ table.jquery-tablesorter th.headerSort { 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); }