http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99093

Revision: 99093
Author:   catrope
Date:     2011-10-06 12:58:38 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Replace spaces with tabs

Modified Paths:
--------------
    trunk/phase3/resources/jquery/jquery.tablesorter.css

Modified: trunk/phase3/resources/jquery/jquery.tablesorter.css
===================================================================
--- trunk/phase3/resources/jquery/jquery.tablesorter.css        2011-10-06 
12:52:26 UTC (rev 99092)
+++ trunk/phase3/resources/jquery/jquery.tablesorter.css        2011-10-06 
12:58:38 UTC (rev 99093)
@@ -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);
 }


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to