From: Roan Kattouw Date: Thu, 6 Oct 2011 12:58:38 +0000 (+0000) Subject: Replace spaces with tabs X-Git-Tag: 1.31.0-rc.0~27234 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=9d5a434bdc30d75059ca88ccfbdec2fc3c3c0942;p=lhc%2Fweb%2Fwiklou.git Replace spaces with tabs --- diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css index 6f1ba1c015..a88acc0909 100644 --- a/resources/jquery/jquery.tablesorter.css +++ b/resources/jquery/jquery.tablesorter.css @@ -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); }