Followup r98676: add @embed
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 6 Oct 2011 12:51:32 +0000 (12:51 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 6 Oct 2011 12:51:32 +0000 (12:51 +0000)
resources/jquery/jquery.tablesorter.css

index 42f360c..6f1ba1c 100644 (file)
@@ -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);
 }