From 42940022b013201091c9717d687eece2b7f24182 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 6 Oct 2011 12:51:32 +0000 Subject: [PATCH] Followup r98676: add @embed --- resources/jquery/jquery.tablesorter.css | 3 +++ 1 file changed, 3 insertions(+) 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); } -- 2.20.1