Replace spaces with tabs
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 6 Oct 2011 12:58:38 +0000 (12:58 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 6 Oct 2011 12:58:38 +0000 (12:58 +0000)
resources/jquery/jquery.tablesorter.css

index 6f1ba1c..a88acc0 100644 (file)
@@ -1,17 +1,17 @@
 /* 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;
+       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);
+       background-image: url(images/sort_up.gif);
 }
 table.jquery-tablesorter th.headerSortDown {
        /* @embed */
-        background-image: url(images/sort_down.gif);
+       background-image: url(images/sort_down.gif);
 }